From c3c8a41e43a3563fea6ac6f8c275f1bfd30ab3b7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 26 Nov 2018 16:03:02 +0200 Subject: [PATCH] dnscrypt-proxy.toml: comment server_names --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index 5e2a9a65..6015e808 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -1,7 +1,8 @@ # Empty listen_addresses to use systemd socket activation listen_addresses = [] -# The fastest working servers are automatically picked. -server_names = ['cloudflare-ipv6', 'quad9-ip6-nofilter-pri', 'quad9-ip6-nofilter-alt', 'cloudflare', 'google', 'quad9-ip4-nofilter-pri', 'quad9-ip4-nofilter-alt'] +# The fastest working servers are automatically picked from configured +# ones. If not configured, the whole list is compared. +#server_names = ['cloudflare-ipv6', 'quad9-ip6-nofilter-pri', 'quad9-ip6-nofilter-alt', 'cloudflare', 'google', 'quad9-ip4-nofilter-pri', 'quad9-ip4-nofilter-alt'] # hosts-file via dnscrypt-proxy that is probably only of interest to me. #cloaking_rules = '/etc/dnscrypt-proxy/hosts-mikaela.txt'