luci-app-https-dns-proxy: bugfix and version bump
authorStan Grishin <redacted>
Mon, 10 Feb 2025 21:11:14 +0000 (21:11 +0000)
committerStan Grishin <redacted>
Mon, 10 Feb 2025 21:14:42 +0000 (21:14 +0000)
* bugfix: restna.lu URL (thanks @giantplaceholder)
* version bump to sync with principal package

Signed-off-by: Stan Grishin <redacted>
applications/luci-app-https-dns-proxy/Makefile
applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot
applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json [moved from applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json with 55% similarity]

index 97f8f26acbc71d29151b7c3d38de0abf3b3232d5..a5807e33299fa5a326a8fbd13968558bfff77908 100644 (file)
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy
 PKG_LICENSE:=AGPL-3.0-or-later
 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
 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/
index 5609c8aea742a877729968a3b9a88672c1c8279a..45017a6047db1851a26fe31bfc225155bb7883a1 100644 (file)
@@ -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 ""
 
similarity index 55%
rename from applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json
rename to applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json
index 1dcc11f9036bbe8c4dec68fd02f03a7fb940ff26..1e7eb0eb52c33ca29af0b282e8cc37afe1804d22 100644 (file)
@@ -1,7 +1,7 @@
 {
        "title": "Restena DNS (LU)",
-       "template": "https://kaitain.restena.lu/dns-query",
+       "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/service/public-dns-resolver",
+       "help_link": "https://www.restena.lu/en/document/190-configuring-your-server-public-dns-resolver",
        "http2_only": true
 }
git clone https://git.99rst.org/PROJECT