46 lines
755 B
JSON
46 lines
755 B
JSON
{
|
|
"admin/services/mosdns": {
|
|
"title": "MosDNS",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-mosdns" ],
|
|
"uci": { "mosdns": true }
|
|
}
|
|
},
|
|
"admin/services/mosdns/basic": {
|
|
"title": "Basic Setting",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mosdns/basic"
|
|
}
|
|
},
|
|
"admin/services/mosdns/rules": {
|
|
"title": "Rules",
|
|
"order": 15,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mosdns/rules"
|
|
}
|
|
},
|
|
"admin/services/mosdns/update": {
|
|
"title": "Geodata Update",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mosdns/update"
|
|
}
|
|
},
|
|
"admin/services/mosdns/logs": {
|
|
"title": "Logs",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mosdns/logs"
|
|
}
|
|
}
|
|
}
|