From 4d5067b91957658503e5361168460d6cf4891fe5 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 10 Feb 2025 21:11:14 +0000 Subject: [PATCH] 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 --- applications/luci-app-https-dns-proxy/Makefile | 2 +- .../luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot | 2 +- .../{lu.restena.kaitain.json => lu.restena.dnspub.json} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/{lu.restena.kaitain.json => lu.restena.dnspub.json} (55%) 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.kaitain.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/lu.restena.dnspub.json 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 1dcc11f903..1e7eb0eb52 100644 --- 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.dnspub.json @@ -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 } -- 2.30.2