From 842f6b0473163ccb6ce43eea98020aaeb6dc0d6f Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Sun, 19 Feb 2023 17:24:51 +0100 Subject: [PATCH] Add mention of QUIC example (fix #376) --- doc/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/config.md b/doc/config.md index d320949..4a0029c 100644 --- a/doc/config.md +++ b/doc/config.md @@ -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`.