mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 13:19:23 +01:00
dnscrypt-proxy: use dns.watch#2 as fallback reslver
84.200.70.40
This commit is contained in:
parent
715733ccbd
commit
cc0f5db3bd
@ -25,7 +25,10 @@ require_nolog = true
|
|||||||
# dnscrypt-proxy which is not functional at that time.)
|
# dnscrypt-proxy which is not functional at that time.)
|
||||||
# The example config recommends DNSSEC support which OpenDNS is missing.
|
# The example config recommends DNSSEC support which OpenDNS is missing.
|
||||||
# China: 114.114.114.114:53 according to the example file.
|
# 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
|
# Ensure syslog
|
||||||
use_syslog = true
|
use_syslog = true
|
||||||
|
Loading…
Reference in New Issue
Block a user