dnscrypt-proxy: use dns.watch#2 as fallback reslver

84.200.70.40
This commit is contained in:
Aminda Suomalainen 2019-02-25 11:06:49 +02:00
parent 715733ccbd
commit cc0f5db3bd
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 4 additions and 1 deletions

View File

@ -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