From ac765a9697493d7582e0f0325a299accbaedce40 Mon Sep 17 00:00:00 2001 From: vitaliit-vvd Date: Wed, 25 Mar 2026 13:57:52 +0200 Subject: [PATCH] luci-app-https-dns-proxy: add ADnull DNS provider --- .../usr/share/https-dns-proxy/providers/com.adnull.dns.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adnull.dns.json diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adnull.dns.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adnull.dns.json new file mode 100644 index 000000000000..5aef31d4d220 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adnull.dns.json @@ -0,0 +1,6 @@ +{ + "title": "ADnull (UA)", + "template": "https://dns.adnull.com/dns-query", + "bootstrap_dns": "188.190.191.78,188.190.191.52", + "help_link": "https://adnull.com" +}