From cc0f5db3bdc13d17e654610fc0c8298b5a8a1d3a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 25 Feb 2019 11:06:49 +0200 Subject: [PATCH] dnscrypt-proxy: use dns.watch#2 as fallback reslver 84.200.70.40 --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index 083392e2..368c7682 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -25,7 +25,10 @@ require_nolog = true # dnscrypt-proxy which is not functional at that time.) # The example config recommends DNSSEC support which OpenDNS is missing. # China: 114.114.114.114:53 according to the example file. -fallback_resolver = '8.8.4.4:53' +# 8.8.4.4 - Google +#fallback_resolver = '8.8.4.4:53' +# https://dns.watch/ +fallback_resolver = '84.200.70.40:53' # Ensure syslog use_syslog = true