Skip to content

Commit

Permalink
Update example to include http3 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 24, 2022
1 parent 442f2e1 commit 8523a92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dnscrypt-proxy/example-dnscrypt-proxy.toml
Expand Up @@ -97,6 +97,13 @@ disabled_server_names = []
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
## 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.
Expand Down

0 comments on commit 8523a92

Please sign in to comment.