[CONFIG] - Implement UncensoredDNS (Unicast) in addition to UncensoredDNS (Anycast)
This commit is contained in:
parent
0721fe32b9
commit
e4f190c87e
|
@ -241,7 +241,7 @@ dnscrypt_ephemeral_keys = true
|
|||
## not be sent there. If you're using DNSCrypt or Anonymized DNS and your
|
||||
## lists are up to date, these resolvers will not even be used.
|
||||
|
||||
bootstrap_resolvers = ['91.239.100.100:53']
|
||||
bootstrap_resolvers = ['91.239.100.100:53', '89.233.43.71:53']
|
||||
|
||||
|
||||
## Always use the bootstrap resolver before the system DNS settings.
|
||||
|
|
Loading…
Reference in New Issue