diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-07-29 01:07:55 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-07-29 01:30:00 +0000 |
commit | 9c836d14734f069421a459a63436d07cc91dd760 (patch) | |
tree | 1dd73924ef16e312416e20a53e0ba80fa1a88a05 /applications/luci-app-https-dns-proxy/root | |
parent | 975b5d3ad668bbb31f342a22de3e6f1b89ef7b1e (diff) |
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 <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/root')
-rw-r--r-- | applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" }, { |