mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
46 lines
723 B
JSON
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"
|
|
}
|
|
}
|
|
}
|