0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-12 22:13:10 +00:00
Files
Stan Grishin 9c836d1473 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>
2024-07-29 01:30:00 +00:00

25 lines
544 B
JSON

{
"title": "OpenDNS",
"template": "https://doh.{option}opendns.com/dns-query",
"bootstrap_dns": "208.67.222.222,208.67.220.220",
"help_link": "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS",
"params": {
"option": {
"description": "Variant",
"type": "select",
"regex": "(familyshield.|)",
"options": [
{
"value": "familyshield.",
"description": "Family Filter"
},
{
"value": "",
"description": "Standard"
}
],
"default": ""
}
}
}