mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Don't use google-ipv6
This commit is contained in:
parent
41808e5c97
commit
32dbb00f0e
1 changed files with 3 additions and 1 deletions
|
@ -88,12 +88,14 @@ dnscrypt_servers:
|
||||||
ipv4:
|
ipv4:
|
||||||
- google
|
- google
|
||||||
# - cloudflare
|
# - cloudflare
|
||||||
|
# - quad9-doh-ip4-port443-filter-pri
|
||||||
# - <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:
|
||||||
- google-ipv6
|
# - google-ipv6
|
||||||
# - cloudflare-ipv6
|
# - cloudflare-ipv6
|
||||||
|
# - quad9-doh-ip6-port443-filter-pri
|
||||||
|
|
||||||
custom_server_stamps:
|
custom_server_stamps:
|
||||||
# YourCustomServer: 'sdns://...'
|
# YourCustomServer: 'sdns://...'
|
||||||
|
|
Loading…
Add table
Reference in a new issue