Change DNS from Cloudflare to Google

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

View file

@ -86,13 +86,14 @@ 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
# - <YourCustomServer> # E.g., if using NextDNS, this will be something like NextDNS-abc123. # - <YourCustomServer> # E.g., if using NextDNS, this will be something like NextDNS-abc123.
# You must also fill in custom_server_stamps below. You may specify # You must also fill in custom_server_stamps below. You may specify
# multiple custom servers. # multiple custom servers.
ipv6: ipv6:
- cloudflare-ipv6 - google-ipv6
# - cloudflare-ipv6
custom_server_stamps: custom_server_stamps:
# YourCustomServer: 'sdns://...' # YourCustomServer: 'sdns://...'