We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd6347 commit 1872c85Copy full SHA for 1872c85
1 file changed
config/dnscrypt-proxy.toml
@@ -258,7 +258,17 @@ dnscrypt_ephemeral_keys = true
258
bootstrap_resolvers = ['45.11.45.11:53']
259
260
261
-## Always use the bootstrap resolver before the system DNS settings.
+## 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.
272
273
ignore_system_dns = true
274
0 commit comments