From e1e0d38e6b1348f4fb5b11acd3c28a358f865b49 Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Sun, 24 Jul 2022 22:45:28 +0200 Subject: [PATCH] [toml] UPSTREAM - Update example to include http3 configuration https://github.com/DNSCrypt/dnscrypt-proxy/commit/8523a92437effc7dbc2d79e251ec82a432425d85 --- config/dnscrypt-proxy.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index d385555..d586733 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -97,6 +97,13 @@ disabled_server_names = [] force_tcp = true +## Enable support for HTTP/3 (DoH3, HTTP over QUIC) +## Note that, like DNSCrypt but unlike other HTTP versions, this uses +## UDP and (usually) port 443 instead of TCP. + +http3 = false + + ## SOCKS proxy ## Uncomment the following line to route all TCP connections to a local Tor node ## Tor doesn't support UDP, so set `force_tcp` to `true` as well.