Change DNS from Cloudflare to Google

This commit is contained in:
David E. Myers 2021-10-08 10:27:37 -04:00
parent 6aa177b286
commit c9dab0921c
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -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