mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +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
|
||||
dnscrypt_servers:
|
||||
ipv4:
|
||||
- cloudflare
|
||||
# - google
|
||||
- google
|
||||
# - cloudflare
|
||||
ipv6:
|
||||
- cloudflare-ipv6
|
||||
- google-ipv6
|
||||
# - cloudflare-ipv6
|
||||
|
||||
# DNS servers which will be used if 'dns_encryption' is 'false'.
|
||||
# Fallback resolvers for systemd-resolved
|
||||
|
|
Loading…
Add table
Reference in a new issue