diff options
author | Stan Grishin <stangri@melmac.net> | 2021-02-13 09:28:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 09:28:15 -0800 |
commit | b6c49588febe890f753a9d91a7e2607e1a99084b (patch) | |
tree | 8517dea38cdcb491b7e0d160b1e0b4ac733dc828 | |
parent | ccdca27a7211255160a13c194afce4fb70fd0a9c (diff) | |
parent | f40192b76b660481e2a4cdaa36cd58e78fddec35 (diff) |
Merge pull request #4793 from mihaisoloi/feature_idnet_dns
luci-app-https-dns-proxy: add idnet.net provider
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua | 6 |
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" +} |