Merge pull request #4793 from mihaisoloi/feature_idnet_dns
luci-app-https-dns-proxy: add idnet.net provider
This commit is contained in:
commit
b6c49588fe
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue