diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-01-02 16:43:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 16:43:04 -0800 |
commit | 87bed0547156aca6e31ad6c72e2cd45cf198537f (patch) | |
tree | 06b2a167f4a3c36d6c11923f63c8e151beddff0f /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/de.dnsforge.lua | |
parent | 8572ae032f336f49eb9ed5c3843bce57542c0c05 (diff) | |
parent | fae45215aa3a42b944270e0e75bfa1ba23e5702f (diff) |
Merge pull request #5626 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: massive providers update
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/de.dnsforge.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/de.dnsforge.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/de.dnsforge.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/de.dnsforge.lua new file mode 100644 index 0000000000..a6fe548fc1 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/de.dnsforge.lua @@ -0,0 +1,8 @@ +return { + name = "dnsforge.de", + label = _("DNS Forge - DE"), + resolver_url = "https://dnsforge.de/dns-query", + bootstrap_dns = "176.9.93.198,176.9.1.117,2a01:4f8:151:34aa::198,2a01:4f8:141:316d::117", + help_link = "https://dnsforge.de/", + help_link_text = "DNSForge.de" +} |