0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-13 14:23:58 +00:00
Files
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

25 lines
497 B
JSON

{
"title": "OSZX DNS (UK)",
"template": "https://doh.{option}/dns-query",
"bootstrap_dns": "51.38.82.198,2001:41d0:801:2000::1b28",
"help_link": "https://dns.oszx.co/#mdoh",
"params": {
"option": {
"description": "Variant",
"type": "select",
"regex": "(oszx.co|pumplex.com)",
"options": [
{
"value": "oszx.co",
"description": "AdBlocking Filter"
},
{
"value": "pumplex.com",
"description": "Standard"
}
],
"default": "oszx.co"
}
}
}