mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
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:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user