luci-app-https-dns-proxy: bugfix and version bump
authorStan Grishin <stangri@melmac.ca>
Mon, 10 Feb 2025 21:11:14 +0000 (21:11 +0000)
committerStan Grishin <stangri@melmac.ca>
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 <stangri@melmac.ca>
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 [new file with mode: 0644]
applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.kaitain.json [deleted file]

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 ""
 
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 (file)
index 0000000..1e7eb0e
--- /dev/null
@@ -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 (file)
index 1dcc11f..0000000
+++ /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
-}