0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-12 22:13:10 +00:00
Files
Stan Grishin e1887f25fe luci-app-https-dns-proxy: bugfixes and resolvers update
* 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>
2024-12-30 03:31:56 +00:00

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"
}
}
}