summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy
diff options
context:
space:
mode:
authorMihai Soloi <mihai.soloi@gmail.com>2021-02-09 22:46:43 +0000
committerMihai Soloi <mihai.soloi@gmail.com>2021-02-10 08:31:12 +0000
commitf40192b76b660481e2a4cdaa36cd58e78fddec35 (patch)
tree4452c02658bf9a8cf4b9eb6be92fd8dee02f5946 /applications/luci-app-https-dns-proxy
parent99e9c10612b1146b7125cf92bd4e1613b9ec8212 (diff)
luci-app-https-dns-proxy: add idnet.net provider
Signed-off-by: Mihai Soloi <mihai.soloi@gmail.com>
Diffstat (limited to 'applications/luci-app-https-dns-proxy')
-rw-r--r--applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua
new file mode 100644
index 0000000000..27ea3ec575
--- /dev/null
+++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua
@@ -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"
+}