Replace SecureDNS and Dnswarden with LibreDNS

Both SecureDNS and Dnswarden were shut down recently so I replaced them with LibreDNS. I hope current providers won't also shut down and that there will be some alternatives.
This commit is contained in:
Filip Š 2020-04-21 20:53:12 +02:00 committed by GitHub
parent 4b3e8cd212
commit 2078a48a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -4,13 +4,11 @@ from Plugin import PluginManager
class ConfigPlugin:
def createArguments(self):
nameservers = [
'https://doh.securedns.eu/dns-query',
'https://doh.libredns.gr/dns-query',
'https://doh-de.blahdns.com/dns-query',
'https://doh-jp.blahdns.com/dns-query',
'https://doh-ch.blahdns.com/dns-query',
'https://doh.dnswarden.com/uncensored'
'https://doh-ch.blahdns.com/dns-query'
]
group = self.parser.add_argument_group('DNS plugin')