mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Better description for ignore_system_dns
This commit is contained in:
parent
fc16e3c31c
commit
b9f8f78c6e
1 changed files with 9 additions and 7 deletions
|
@ -258,15 +258,17 @@ cert_refresh_delay = 240
|
|||
bootstrap_resolvers = ['9.9.9.11:53', '8.8.8.8:53']
|
||||
|
||||
|
||||
## This is a switch for prior bootstrap resolvers.
|
||||
## When internal DNS resolution is required, for example to retrieve
|
||||
## the resolvers list:
|
||||
##
|
||||
## Most of the time, the system DNS leads to dnscrypt-proxy itself,
|
||||
## if you set up dnscrypt-proxy in the system DNS chain.
|
||||
## - queries will be sent to dnscrypt-proxy itself, if it is already
|
||||
## running with active servers (*)
|
||||
## - or else, queries will be sent to fallback servers
|
||||
## - finally, if `ignore_system_dns` is `false`, queries will be sent
|
||||
## to the system DNS
|
||||
##
|
||||
## If true, dnscrypt-proxy will directly try on its own service instead.
|
||||
## Together with bootstrap resolvers, upstream hosts will be resolved most
|
||||
## of the time.
|
||||
## The system DNS still will be a last resort, if it has been ignored.
|
||||
## (*) this is incompatible with systemd sockets.
|
||||
## `listen_addrs` must not be empty.
|
||||
|
||||
ignore_system_dns = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue