mirror of
https://github.com/openwrt/luci.git
synced 2025-04-12 22:13:10 +00:00
* fix templates loading when no template found (thanks @systemcrash!) * fix redundant checks in view (thanks @systemcrash!) * fix/update/delete/add resolvers Signed-off-by: Stan Grishin <stangri@melmac.ca>
25 lines
506 B
JSON
25 lines
506 B
JSON
{
|
|
"title": "Tiarap Public DNS (JP)",
|
|
"template": "https://doh.{option}/dns-query",
|
|
"bootstrap_dns": "172.104.93.80,2400:8902::f03c:91ff:feda:c514",
|
|
"help_link": "https://tiarap.org/",
|
|
"params": {
|
|
"option": {
|
|
"description": "Variant",
|
|
"type": "select",
|
|
"regex": "(tiar.app|tiarap.org)",
|
|
"options": [
|
|
{
|
|
"value": "tiar.app",
|
|
"description": "Direct"
|
|
},
|
|
{
|
|
"value": "tiarap.org",
|
|
"description": "Cloudflare Cached"
|
|
}
|
|
],
|
|
"default": "tiar.app"
|
|
}
|
|
}
|
|
}
|