Skip to content

Commit 32001ba

Browse files
authored
Update disable servers in dnscrypt-proxy.toml
disabled_server_names = ['cloudflare', 'cloudflare-ipv6', 'google', 'yandex', 'yandex-ipv6']
1 parent d928931 commit 32001ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/dnscrypt-proxy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require_nolog = true
6262
require_nofilter = true
6363

6464
# Server names to avoid even if they match all criteria
65-
disabled_server_names = ['Yandex', 'Google', 'cloudflare']
65+
disabled_server_names = ['cloudflare', 'cloudflare-ipv6', 'google', 'yandex', 'yandex-ipv6']
6666

6767
## Always use TCP to connect to upstream servers
6868

0 commit comments

Comments
 (0)