Whitelist Server Source Domains (#829)
A malicious blacklist, or accidental block, could prevent dnscrypt-proxy users from being able to fetch public resolvers and important certificate updates. Both URLs are taken from the default config: [sources.'public-resolvers'] urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
This commit is contained in:
parent
fb7f16c902
commit
dcce060ef2
|
@ -4,10 +4,12 @@ appsflyer.com
|
||||||
azurewebsites.net
|
azurewebsites.net
|
||||||
cdnetworks.com
|
cdnetworks.com
|
||||||
cloudapp.net
|
cloudapp.net
|
||||||
|
download.dnscrypt.info
|
||||||
edgekey.net
|
edgekey.net
|
||||||
elasticbeanstalk.com
|
elasticbeanstalk.com
|
||||||
github.com
|
github.com
|
||||||
github.io
|
github.io
|
||||||
|
raw.githubusercontent.com
|
||||||
invalid
|
invalid
|
||||||
j.mp
|
j.mp
|
||||||
l-msedge.net
|
l-msedge.net
|
||||||
|
|
Loading…
Reference in New Issue