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
4bed66f19e
commit
48fdee1a24
1 changed files with 5 additions and 4 deletions
|
@ -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://...'
|
||||||
|
|
Loading…
Add table
Reference in a new issue