Suggest multiple source URLs
This commit is contained in:
parent
c2c265017f
commit
8c3c3ce623
@ -6,7 +6,7 @@ To use that list, add this to the `[sources]` section of your
|
||||
`dnscrypt-proxy.toml` configuration file:
|
||||
|
||||
[sources.'opennic']
|
||||
url = 'http://download.dnscrypt.info/resolvers-list/v2/opennic.md'
|
||||
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/opennic.md', 'https://download.dnscrypt.info/resolvers-list/v2/opennic.md']
|
||||
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||
cache_file = 'opennic.md'
|
||||
|
||||
|
@ -10,7 +10,7 @@ To use that list, add this to the `[sources]` section of your
|
||||
`dnscrypt-proxy.toml` configuration file:
|
||||
|
||||
[sources.'parental-control']
|
||||
url = 'http://download.dnscrypt.info/resolvers-list/v2/parental-control.md'
|
||||
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/parental-control.md', 'https://download.dnscrypt.info/resolvers-list/v2/parental-control.md']
|
||||
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||
cache_file = 'parental-control.md'
|
||||
|
||||
|
@ -16,7 +16,7 @@ To use that list, add this to the `[sources]` section of your
|
||||
`dnscrypt-proxy.toml` configuration file:
|
||||
|
||||
[sources.'public-resolvers']
|
||||
url = 'http://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'
|
||||
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
|
||||
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||
cache_file = 'public-resolvers.md'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user