From: Stan Grishin Date: Mon, 10 Feb 2025 21:11:14 +0000 (+0000) Subject: luci-app-https-dns-proxy: bugfix and version bump X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4d5067b91957658503e5361168460d6cf4891fe5;p=project%2Fluci.git luci-app-https-dns-proxy: bugfix and version bump * bugfix: restna.lu URL (thanks @giantplaceholder) * version bump to sync with principal package Signed-off-by: Stan Grishin --- diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 97f8f26acb..a5807e3329 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin PKG_VERSION:=2023.12.26 -PKG_RELEASE:=2 +PKG_RELEASE:=4 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/ 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 5609c8aea7..45017a6047 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 @@ -445,7 +445,7 @@ msgstr "" msgid "Restarting %s service" msgstr "" -#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json:2 +#: applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json:2 msgid "Restena DNS (LU)" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json new file mode 100644 index 0000000000..1e7eb0eb52 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json @@ -0,0 +1,7 @@ +{ + "title": "Restena DNS (LU)", + "template": "https://dnspub.restena.lu/dns-query", + "bootstrap_dns": "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001,8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844", + "help_link": "https://www.restena.lu/en/document/190-configuring-your-server-public-dns-resolver", + "http2_only": true +} diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json deleted file mode 100644 index 1dcc11f903..0000000000 --- a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Restena DNS (LU)", - "template": "https://kaitain.restena.lu/dns-query", - "bootstrap_dns": "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001,8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844", - "help_link": "https://www.restena.lu/en/service/public-dns-resolver", - "http2_only": true -}