From 6df7b92a50485d7a7c61c38c5abeaf96ad69a28c Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Tue, 29 Aug 2023 18:42:10 +0000 Subject: luci-app-https-dns-proxy: rewrite in javascript Signed-off-by: Stan Grishin --- .../root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json (limited to 'applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json') diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json new file mode 100644 index 0000000000..73421f5c66 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.dnslify.doh.json @@ -0,0 +1,6 @@ +{ + "title": "DNSlify DNS", + "template": "https://doh.dnslify.com/dns-query", + "bootstrap_dns": "185.235.81.1,185.235.81.2,2a0d:4d00:81::1,2a0d:4d00:81::2", + "help_link": "https://www.dnslify.com/services/doh/" +} -- cgit v1.2.3