From 6ce553f84e49b5dd1261f142ca95106ebe8d2f7b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 2 Jun 2019 22:30:49 +0300 Subject: [PATCH] dnscrypt-proxy: fix cloudflare excluding --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index b88d62d4..8b0a04d9 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -15,7 +15,7 @@ listen_addresses = [] # However through Tor Cloudflare never seems to be the fastest so I am # leaving this commented. # This is unsupported in the Debian's version 2.0.19. -#disabled_server_names = ['cloudflare-ipv6', 'cloudflare'] +#disabled_server_names = ['public-cloudflare-ipv6', 'public-cloudflare'] # Requirements for which servers to use ipv4_servers = true