Skip to content

Commit e1e0d38

Browse files
authored
[toml] UPSTREAM - Update example to include http3 configuration
DNSCrypt/dnscrypt-proxy@8523a92
1 parent 4dbaf21 commit e1e0d38

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config/dnscrypt-proxy.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ disabled_server_names = []
9797
force_tcp = true
9898

9999

100+
## Enable support for HTTP/3 (DoH3, HTTP over QUIC)
101+
## Note that, like DNSCrypt but unlike other HTTP versions, this uses
102+
## UDP and (usually) port 443 instead of TCP.
103+
104+
http3 = false
105+
106+
100107
## SOCKS proxy
101108
## Uncomment the following line to route all TCP connections to a local Tor node
102109
## Tor doesn't support UDP, so set `force_tcp` to `true` as well.

0 commit comments

Comments
 (0)