0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-13 05:04:05 +00:00
Files
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

33 lines
651 B
JSON

{
"title": "Quad 9",
"template": "https://{option}.quad9.net/dns-query",
"bootstrap_dns": "9.9.9.9,149.112.112.112,2620:fe::fe,2620:fe::9",
"help_link": "https://www.quad9.net/doh-quad9-dns-servers/",
"params": {
"option": {
"description": "Variant",
"type": "select",
"regex": "(dns|dns9|dns10|dns11)",
"options": [
{
"value": "dns",
"description": "Standard"
},
{
"value": "dns9",
"description": "Secured"
},
{
"value": "dns10",
"description": "Unsecured"
},
{
"value": "dns11",
"description": "Secured with ECS Support"
}
],
"default": "dns"
}
}
}