From 9c836d14734f069421a459a63436d07cc91dd760 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 29 Jul 2024 01:07:55 +0000 Subject: luci-app-https-dns-proxy: bugfix: OpenDNS family filter URL update * bugfix: update OpenDNS family filter URL * update copyright/license * update PKG_RELEASE to avoid double `r` on snapshots * add LUCI_URL to upstream repository * update README URL to upstream documentation * update pkg.URL property to allow linking to a specific version of README * remove duplicates of pkg object from overview.js/status include js files Signed-off-by: Stan Grishin --- .../root/usr/share/https-dns-proxy/providers/com.opendns.doh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-https-dns-proxy/root') diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json index b9989d5383..cbf5ca28ac 100644 --- a/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json +++ b/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json @@ -7,10 +7,10 @@ "option": { "description": "Variant", "type": "select", - "regex": "(family.|)", + "regex": "(familyshield.|)", "options": [ { - "value": "family.", + "value": "familyshield.", "description": "Family Filter" }, { -- cgit v1.2.3