net/dnscrypt-proxy: update the CSV list of resolvers

The previous list was very out of date.

An always up-to-date v1-compatible list is available at:
https://download.dnscrypt.info/dnscrypt-resolvers/v1/

Also use different default resolvers since the previous ones don't
exist any longer.

Signed-off-by: Frank Denis <github@pureftpd.org>
This commit is contained in:
Frank Denis
2021-02-14 22:02:47 +01:00
parent c281142103
commit 58f411c7c1
3 changed files with 124 additions and 110 deletions
@@ -7,7 +7,7 @@ config global
config dnscrypt-proxy ns1
option address '127.0.0.1'
option port '5353'
option resolver 'fvz-anyone'
option resolver 'quad9-dnscrypt-ip4-nofilter-pri'
# more details about the following options can be found in:
# https://github.com/dyne/dnscrypt-proxy/blob/master/dnscrypt-proxy.conf
# option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
@@ -29,7 +29,7 @@ config dnscrypt-proxy ns1
# config dnscrypt-proxy ns2
# option address '127.0.0.1'
# option port '5454'
# # option resolver 'd0wn-random-ns1'
# # option resolver 'adguard-dns'
# # option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
# # option ephemeral_keys '0'
# # option client_key ''