From 42aeb8ec52f5a1ebfaac794ef23e1ce2b98a2e42 Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 7 Jun 2021 16:22:57 +0200 Subject: [PATCH] [UPSTREAM] - Update the configuration https://github.com/DNSCrypt/dnscrypt-proxy/commit/54d85d72987854891d666b1ee329a2678dcfea0e#diff-b6fe19ee681b8c138db91ad0d6a3706af903f89fbb7134b9e6531d04d3068be3 https://github.com/DNSCrypt/dnscrypt-proxy/commit/29613096da23131bba52bfafd5ea5899d7c83e73#diff-b6fe19ee681b8c138db91ad0d6a3706af903f89fbb7134b9e6531d04d3068be3 https://github.com/DNSCrypt/dnscrypt-proxy/commit/fad415f05afa2dba8253b26587b28c02593c3ab9 --- config/dnscrypt-proxy.toml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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]