Merge pull request #4793 from mihaisoloi/feature_idnet_dns

luci-app-https-dns-proxy: add idnet.net provider
This commit is contained in:
Stan Grishin 2021-02-13 09:28:15 -08:00 committed by GitHub
commit b6c49588fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
return{
name = "IDNet (UK)",
label = _("IDNet.net (UK)"),
resolver_url = "https://doh.idnet.net/dns-query",
bootstrap_dns = "212.69.36.23,212.69.40.23"
}