0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-23 14:15:59 +00:00
Files
luci/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/net.ahadns.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

57 lines
1.1 KiB
JSON

{
"title": "AhaDNS Regional",
"template": "https://doh.{option}.ahadns.net/dns-query",
"bootstrap_dns": "185.213.26.187,45.67.219.208,5.2.75.75,45.79.120.233,2a0d:5600:33:3::3,2a04:bdc7:100:70::70,2a04:52c0:101:75::75,2400:8904:e001:43::43",
"help_link": "https://ahadns.com/dns-over-https/",
"params": {
"option": {
"description": "Location",
"type": "select",
"regex": "(au|chi|es|in|it|la|nl|no|ny|pl)",
"options": [
{
"value": "au",
"description": "Australia"
},
{
"value": "chi",
"description": "US/Chicago"
},
{
"value": "es",
"description": "Spain"
},
{
"value": "in",
"description": "India"
},
{
"value": "it",
"description": "Italy"
},
{
"value": "la",
"description": "US/Los Angeles"
},
{
"value": "nl",
"description": "Netherlands"
},
{
"value": "no",
"description": "Norway"
},
{
"value": "ny",
"description": "US/New York"
},
{
"value": "pl",
"description": "Poland"
}
],
"default": "chi"
}
}
}