mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
This commit adds support for: * new unified provider.json support to save space compared to individual provider json files * new v.recipes provider (thanks @morytyann!) * functional testing * minor js/shell code improvements Signed-off-by: Stan Grishin <stangri@melmac.ca>
33 lines
789 B
JSON
33 lines
789 B
JSON
{
|
|
"title": "OpenNameServer",
|
|
"template": "https://{option}.opennameserver.org/dns-query",
|
|
"bootstrap_dns": "217.160.70.42,2a01:239:2fd:b700::1,213.202.211.221,2001:4ba0:cafe:3d2::1,81.169.136.222,2a01:238:4231:5200::1,185.181.61.24,2a03:94e0:1804::1",
|
|
"help_link": "https://opennameserver.org/",
|
|
"params": {
|
|
"option": {
|
|
"description": "Nameserver",
|
|
"type": "select",
|
|
"regex": "(|ns1|ns2|ns3|ns4)",
|
|
"options": [
|
|
{
|
|
"value": "ns1",
|
|
"description": "ns1: Germany - Baden-Baden"
|
|
},
|
|
{
|
|
"value": "ns2",
|
|
"description": "ns2: Germany - Düsseldorf"
|
|
},
|
|
{
|
|
"value": "ns3",
|
|
"description": "ns3: Germany - Berlin"
|
|
},
|
|
{
|
|
"value": "ns4",
|
|
"description": "ns4: Norway - Sandefjord"
|
|
}
|
|
],
|
|
"default": "ns1"
|
|
}
|
|
}
|
|
}
|