diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index a17ce51..d6fa720 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -55,7 +55,7 @@ max_clients = 250 # user_name = 'nobody' -## Require servers (from static + remote sources) to satisfy specific properties +## Require servers (from remote sources) to satisfy specific properties # Use servers reachable over IPv4 ipv4_servers = true @@ -67,7 +67,10 @@ ipv6_servers = false dnscrypt_servers = true # Use servers implementing the DNS-over-HTTPS protocol -doh_servers = false +doh_servers = true + +# Use servers implementing the Oblivious DoH protocol +odoh_servers = false ## Require servers defined by remote sources to satisfy specific properties @@ -681,6 +684,15 @@ cache_neg_max_ttl = 600 refresh_delay = 72 prefix = '' + ## ODoH (Oblivious DoH) servers and relays + + # [sources.'odoh'] + # urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/odoh.md', 'https://download.dnscrypt.net/resolvers-list/v3/odoh.md'] + # cache_file = 'odoh.md' + # minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3' + # refresh_delay = 24 + # prefix = '' + ## Quad9 over DNSCrypt - https://quad9.net/ # [sources.quad9-resolvers]