mirror of
https://github.com/openwrt/luci.git
synced 2025-04-13 14:23:58 +00:00
25 lines
497 B
JSON
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"
|
|
}
|
|
}
|
|
}
|