mirror of
https://github.com/openwrt/luci.git
synced 2025-04-15 08:15:43 +00:00
25 lines
461 B
JSON
25 lines
461 B
JSON
{
|
|
"title": "LibreDNS (GR)",
|
|
"template": "https://doh.libredns.gr/{option}",
|
|
"bootstrap_dns": "116.202.176.26",
|
|
"help_link": "https://libredns.gr/",
|
|
"params": {
|
|
"option": {
|
|
"description": "Variant",
|
|
"type": "select",
|
|
"regex": "(ads|dns-query)",
|
|
"options": [
|
|
{
|
|
"value": "ads",
|
|
"description": "AdBlocking Filter"
|
|
},
|
|
{
|
|
"value": "dns-query",
|
|
"description": "Standard"
|
|
}
|
|
],
|
|
"default": "dns-query"
|
|
}
|
|
}
|
|
}
|