luci/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.opendns.doh.json
Stan Grishin 6df7b92a50 luci-app-https-dns-proxy: rewrite in javascript
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-09-03 20:55:48 +00:00

24 lines
532 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": "(family.|)",
"options": [
{
"value": "family.",
"description": "Family Filter"
},
{
"value": "",
"description": "Standard"
}
],
"default": ""
}
}
}