luci/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/app.tiarap.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
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": "Cloudlfare Cached"
}
],
"default": "tiar.app"
}
}
}