Skip to content

Commit 1872c85

Browse files
committed
Better description for ignore_system_dns
DNSCrypt/dnscrypt-proxy@b9f8f78
1 parent dbd6347 commit 1872c85

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

config/dnscrypt-proxy.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,17 @@ dnscrypt_ephemeral_keys = true
258258
bootstrap_resolvers = ['45.11.45.11:53']
259259

260260

261-
## Always use the bootstrap resolver before the system DNS settings.
261+
## When internal DNS resolution is required, for example to retrieve
262+
## the resolvers list:
263+
##
264+
## - queries will be sent to dnscrypt-proxy itself, if it is already
265+
## running with active servers (*)
266+
## - or else, queries will be sent to fallback servers
267+
## - finally, if `ignore_system_dns` is `false`, queries will be sent
268+
## to the system DNS
269+
##
270+
## (*) this is incompatible with systemd sockets.
271+
## `listen_addrs` must not be empty.
262272

263273
ignore_system_dns = true
264274

0 commit comments

Comments
 (0)