mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-03 03:13:33 +02:00
Change DNS from Cloudflare to Google
This commit is contained in:
parent
6aa177b286
commit
c9dab0921c
1 changed files with 4 additions and 3 deletions
|
@ -86,10 +86,11 @@ unattended_reboot:
|
||||||
# https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
|
# https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v2/public-resolvers.md
|
||||||
dnscrypt_servers:
|
dnscrypt_servers:
|
||||||
ipv4:
|
ipv4:
|
||||||
- cloudflare
|
- google
|
||||||
# - google
|
# - cloudflare
|
||||||
ipv6:
|
ipv6:
|
||||||
- cloudflare-ipv6
|
- google-ipv6
|
||||||
|
# - cloudflare-ipv6
|
||||||
|
|
||||||
# DNS servers which will be used if 'dns_encryption' is 'false'.
|
# DNS servers which will be used if 'dns_encryption' is 'false'.
|
||||||
# Fallback resolvers for systemd-resolved
|
# Fallback resolvers for systemd-resolved
|
||||||
|
|
Loading…
Add table
Reference in a new issue