op-packages/luci-app-libreswan/root/usr/share/luci/menu.d/luci-app-libreswan.json
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

46 lines
723 B
JSON

{
"admin/vpn/libreswan": {
"title": "Libreswan IPSec",
"order": 90,
"action": {
"type": "firstchild"
}
},
"admin/vpn/libreswan/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "libreswan/overview"
}
},
"admin/vpn/libreswan/globals": {
"title": "IPSec Globals",
"order": 20,
"action": {
"type": "view",
"path": "libreswan/globals"
}
},
"admin/vpn/libreswan/proposals": {
"title": "IPSec Proposals",
"order": 30,
"action": {
"type": "view",
"path": "libreswan/proposals"
}
},
"admin/vpn/libreswan/tunnels": {
"title": "IPSec Tunnels",
"order": 40,
"action": {
"type": "view",
"path": "libreswan/tunnels"
}
}
}