luci/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/one.comss.dns.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

23 lines
466 B
JSON

{
"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": ""
}
}
}