mirror of
https://github.com/openwrt/luci.git
synced 2025-04-23 14:15:59 +00:00
57 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|