Set default ignore_system_dns to true
This commit is contained in:
parent
0e8d1a941b
commit
faac6e2082
|
@ -201,7 +201,7 @@ fallback_resolver = '9.9.9.9:53'
|
|||
## Never let dnscrypt-proxy try to use the system DNS settings;
|
||||
## unconditionally use the fallback resolver.
|
||||
|
||||
ignore_system_dns = false
|
||||
ignore_system_dns = true
|
||||
|
||||
|
||||
## Maximum time (in seconds) to wait for network connectivity before
|
||||
|
|
Loading…
Reference in New Issue