diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index afe53c4..e678d90 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -210,7 +210,7 @@ dnscrypt_ephemeral_keys = true ## ## If more than one resolver is specified, they will be tried in sequence. -fallback_resolvers = ['91.239.100.100:53', '94.130.106.88:853', '198.251.90.114:53'] +fallback_resolvers = ['91.239.100.100:53'] ## Always use the fallback resolver before the system DNS settings. @@ -641,7 +641,7 @@ cache_neg_max_ttl = 600 # The list below enables workarounds to make non-relayed usage more reliable # until the servers are fixed. -fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familyshield-ipv6', 'quad9-dnscrypt-ip4-filter-pri', 'quad9-dnscrypt-ip4-nofilter-pri', 'quad9-dnscrypt-ip6-filter-pri', 'quad9-dnscrypt-ip6-nofilter-pri', 'cleanbrowsing-adult', 'cleanbrowsing-family-ipv6', 'cleanbrowsing-family', 'cleanbrowsing-security'] +fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familyshield-ipv6', 'cleanbrowsing-adult', 'cleanbrowsing-family-ipv6', 'cleanbrowsing-family', 'cleanbrowsing-security']