diff options
Diffstat (limited to 'applications/luci-app-https-dns-proxy')
5 files changed, 39 insertions, 15 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index b18e019aaa..097f93b641 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all -PKG_RELEASE:=9 +PKG_RELEASE:=10 include ../../luci.mk diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua new file mode 100644 index 0000000000..b3eff188a1 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua @@ -0,0 +1,8 @@ +return { + name = "OpenDNS", + label = _("OpenDNS"), + resolver_url = "https://doh.opendns.com/dns-query", + bootstrap_dns = "208.67.222.222,208.67.220.220", + help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS", + help_link_text = "OpenDNS" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua new file mode 100644 index 0000000000..12cc89a965 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua @@ -0,0 +1,8 @@ +return { + name = "OpenDNS-FamilyShield", + label = _("OpenDNS (Family Shield)"), + resolver_url = "https://doh.familyshield.opendns.com/dns-query", + bootstrap_dns = "208.67.222.123,208.67.220.123", + help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS", + help_link_text = "OpenDNS" +} diff --git a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po index 8c9861d2f7..390cde7253 100644 --- a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-08 11:55+0000\n" +"PO-Revision-Date: 2020-07-28 10:00+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/pl/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -17,15 +17,15 @@ msgstr "%s nie jest zainstalowany lub nie został znaleziony" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Ochrona rodzinna)" +msgstr "AdGuard (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 msgid "AdGuard (Standard)" -msgstr "AdGuard (Standardowy)" +msgstr "AdGuard (standardowy)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" -msgstr "Tarcza Kanadyjska CIRA (rodzina)" +msgstr "Tarcza Kanadyjska CIRA (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.private.lua:3 msgid "CIRA Canadian Shield (Private)" @@ -37,15 +37,15 @@ msgstr "Tarcza Kanadyjska CIRA (chroniona)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Filtr treści dla dorosłych)" +msgstr "CleanBrowsing (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Filtr rodzinny)" +msgstr "CleanBrowsing (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Filtr bezpieczeństwa)" +msgstr "CleanBrowsing (filtr bezpieczeństwa)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 msgid "Cloudflare" @@ -53,11 +53,11 @@ msgstr "Cloudflare" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.family.lua:3 msgid "Cloudflare (Family Protection)" -msgstr "Cloudflare (Ochrona Rodziny)" +msgstr "Cloudflare (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua:3 msgid "Cloudflare (Security Protection)" -msgstr "Cloudflare (Ochrona Bezpieczeństwa)" +msgstr "Cloudflare (filtr bezpieczeństwa)" #: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 msgid "DNS HTTPS Proxy" @@ -129,19 +129,19 @@ msgstr "Serwer proxy" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (Zalecane)" +msgstr "Quad 9 (zalecany)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (Zabezpieczony z obsługą ECS)" +msgstr "Quad 9 (zabezpieczony z obsługą ECS)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 msgid "Quad 9 (Secured)" -msgstr "Quad 9 (Zabezpieczony)" +msgstr "Quad 9 (zabezpieczony)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (Niezabezpieczony)" +msgstr "Quad 9 (niezabezpieczony)" #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:44 msgid "Reload" diff --git a/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot b/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot index 00931c200a..7b680cd15c 100644 --- a/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot +++ b/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot @@ -113,6 +113,14 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" |