summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-09-03 18:03:43 -0700
committerGitHub <noreply@github.com>2023-09-03 18:03:43 -0700
commitc6aa813d9d232fbb6eea3fccc4387c4eeac4353c (patch)
treec5b9e61f064ca222828a6bceec0fd6d10358bbc9 /applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json
parent736ed39dca1ee18ddd6883c7ea3559a772c201d5 (diff)
parent6df7b92a50485d7a7c61c38c5abeaf96ad69a28c (diff)
Merge pull request #6546 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: rewrite in javascript
Diffstat (limited to 'applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json')
-rw-r--r--applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json
new file mode 100644
index 0000000000..753b78523c
--- /dev/null
+++ b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/io.nextdns.dns.json
@@ -0,0 +1,13 @@
+{
+ "title": "NextDNS.io",
+ "template": "https://dns.nextdns.io/{option}",
+ "bootstrap_dns": "45.90.28.49,45.90.30.49",
+ "help_link": "https://my.nextdns.io",
+ "params": {
+ "option": {
+ "description": "Username",
+ "type": "text",
+ "default": ""
+ }
+ }
+}