blob: 85dd5cc6631189057de91819832036bceb6a9596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"title": "Comss DNS (RU)",
"template": "https://dns.{option}comss.one/dns-query",
"bootstrap_dns": "92.38.152.163,93.115.24.204,2a03:90c0:56::1a5,2a02:7b40:5eb0:e95d::1",
"params": {
"option": {
"description": "Location",
"type": "select",
"regex": "(east.|)",
"options": [
{
"value": "east.",
"description": "Siberia"
},
{
"value": "",
"description": "Moscow, St Petersburg"
}
],
"default": ""
}
}
}
|