Better description for ignore_system_dns

b9f8f78c6e
This commit is contained in:
quindecim 2023-04-08 16:17:23 +02:00
parent dbd6347ca5
commit 1872c85a0f
1 changed files with 11 additions and 1 deletions

View File

@ -258,7 +258,17 @@ dnscrypt_ephemeral_keys = true
bootstrap_resolvers = ['45.11.45.11:53']
## Always use the bootstrap resolver before the system DNS settings.
## When internal DNS resolution is required, for example to retrieve
## the resolvers list:
##
## - 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
##
## (*) this is incompatible with systemd sockets.
## `listen_addrs` must not be empty.
ignore_system_dns = true