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) --- .../luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua b/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua index 11eca6039..57ca2f63f 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua @@ -88,7 +88,9 @@ s3 = m:section(TypedSection, "https-dns-proxy", translate("Instances"), translat .. [[ ]] .. "AdGuard.com" .. [[]] .. ", " .. [[ ]] - .. "CleanBrowsing.org" .. [[]] .. " " .. translate("and") .. " " + .. "CleanBrowsing.org" .. [[]] .. " " + .. [[ ]] + .. "Libredns.gr" .. [[]] .. "Quad9.net" .. [[]] .. ".") s3.template = "cbi/tblsection" -- cgit v1.2.3