Update example-dnscrypt-proxy.toml

Attempt to clarify the behaviour of server_names.
This commit is contained in:
Will Elwood 2020-02-26 07:04:28 +00:00 committed by Frank Denis
parent aa0e7f42d3
commit 11b31dea4f
1 changed files with 5 additions and 3 deletions

View File

@ -21,10 +21,12 @@
## Servers from the "public-resolvers" source (see down below) can
## be viewed here: https://dnscrypt.info/public-servers
##
## If this line is commented, all registered servers matching the require_* filters
## will be used.
## The proxy will automatically pick working servers from this list.
## Note that the require_* filters do NOT apply when using this setting.
##
## By default, this list is empty and all registered servers matching the
## require_* filters will be used instead.
##
## The proxy will automatically pick the fastest, working servers from the list.
## Remove the leading # first to enable this; lines starting with # are ignored.
# server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']