[toml] UPSTREAM - Update example to include http3 configuration

8523a92437
This commit is contained in:
quindecim 2022-07-24 22:45:28 +02:00 committed by GitHub
parent 4dbaf213e7
commit e1e0d38e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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.