Move disabled_server_names down

This commit is contained in:
Frank Denis 2019-02-23 14:55:23 +01:00
parent c10fbb2aa7
commit 5dc66adaa9
1 changed files with 3 additions and 5 deletions

View File

@ -30,11 +30,6 @@
# server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
## Server names to avoid even if they match all criteria.
# disabled_server_names = []
## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6.
## Note: When using systemd socket activation, choose an empty set (i.e. [] ).
@ -80,6 +75,9 @@ require_nolog = true
# Server must not enforce its own blacklist (for parental control, ads blocking...)
require_nofilter = true
# Server names to avoid even if they match all criteria
disabled_server_names = []
## Always use TCP to connect to upstream servers.
## This can be useful if you need to route everything through Tor.