Use a v2 list
This commit is contained in:
parent
79193e6ee3
commit
803bc18027
|
@ -246,11 +246,11 @@ format = 'tsv'
|
|||
## Remote lists of available servers
|
||||
|
||||
[sources]
|
||||
[sources.'legacy resolvers list for dnscrypt-proxy v1']
|
||||
url = 'http://download.dnscrypt.info/resolvers-list/v1/dnscrypt-resolvers.csv'
|
||||
[sources.'public-resolvers']
|
||||
url = 'http://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'
|
||||
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||
cache_file = 'dnscrypt-resolvers.csv'
|
||||
format = 'v1'
|
||||
cache_file = 'public-resolvers.md'
|
||||
format = 'v2'
|
||||
refresh_delay = 168
|
||||
prefix = ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue