From ab11c74172b19d3f5bf94cfd5b85401936a6b180 Mon Sep 17 00:00:00 2001 From: "Konstantinos Stamou (Dinos)" Date: Sun, 5 Apr 2020 18:07:42 +0300 Subject: luci-app-https-dns-proxy: Add LibreDNS as a DoH provider LibreDNS (libredns.gr) is a Doh service provided by LibreOps(libreops.cc), a group of hackers around the world that are (re-)decentralizing the net. Trying offering distributed, free (as in freedom) services to the world. Always based on Free Open Source Software. Signed-off-by: Konstantinos Stamou (Dinos) --- .../luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua new file mode 100644 index 0000000000..e6fba2e78a --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua @@ -0,0 +1,6 @@ +return { + name = "LibreDNS", + label = _("LibreDNS (No Ads)"), + resolver_url = "https://doh.libredns.gr/ads", + bootstrap_dns = "116.202.176.26" +} -- cgit v1.2.3