mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Update example to include http3 configuration
This commit is contained in:
parent
442f2e15cb
commit
8523a92437
1 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,13 @@ disabled_server_names = []
|
||||||
force_tcp = false
|
force_tcp = false
|
||||||
|
|
||||||
|
|
||||||
|
## 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
|
## SOCKS proxy
|
||||||
## Uncomment the following line to route all TCP connections to a local Tor node
|
## 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.
|
## Tor doesn't support UDP, so set `force_tcp` to `true` as well.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue