1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
{
"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"
}
}
}
|