Add mention of QUIC example (fix #376)

This commit is contained in:
Yves Rutschle 2023-02-19 17:24:51 +01:00
parent 1f64a71cde
commit 842f6b0473

View File

@ -199,3 +199,5 @@ remote host to target server for 60 seconds by default,
which can be overriden with `udp_timeout`. This allows to
process both single-datagram protocols such as DNS, and
connection-based protocols such as QUIC.
An example for supporting QUIC is shown in `example.cfg`.