1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-11-28 10:35:28 +08:00
commit 5472ebbdae
15 changed files with 1350 additions and 581 deletions

View file

@ -46,35 +46,9 @@
}
},
"admin/network/dhcp": {
"title": "DHCP and DNS",
"order": 30,
"action": {
"type": "view",
"path": "network/dhcp"
},
"depends": {
"acl": [ "luci-mod-network-dhcp" ],
"uci": { "dhcp": true }
}
},
"admin/network/hosts": {
"title": "Hostnames",
"order": 40,
"action": {
"type": "view",
"path": "network/hosts"
},
"depends": {
"acl": [ "luci-mod-network-dhcp" ],
"uci": { "dhcp": true }
}
},
"admin/network/routes": {
"title": "Static Routes",
"order": 50,
"title": "Routing",
"order": 30,
"action": {
"type": "view",
"path": "network/routes"
@ -84,9 +58,23 @@
}
},
"admin/network/dhcp": {
"title": "DHCP and DNS",
"order": 40,
"action": {
"type": "view",
"path": "network/dhcp"
},
"depends": {
"acl": [ "luci-mod-network-dhcp" ],
"fs": { "/usr/sbin/dnsmasq": "executable" },
"uci": { "dhcp": true }
}
},
"admin/network/diagnostics": {
"title": "Diagnostics",
"order": 60,
"order": 50,
"action": {
"type": "view",
"path": "network/diagnostics"