1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 19:11:51 +00:00
openmptcprouter-feeds/luci-app-dsvpn/root/usr/share/luci/menu.d/luci-app-dsvpn.json

14 lines
180 B
JSON
Raw Normal View History

2020-05-01 09:07:01 +00:00
{
"admin/vpn/dsvpn": {
"title": "DSVPN",
2020-12-03 10:21:43 +00:00
"order": 60,
2020-05-01 09:07:01 +00:00
"action": {
2020-12-03 10:21:43 +00:00
"type": "view",
"path": "services/dsvpn"
2020-05-01 09:07:01 +00:00
},
"depends": {
"acl": [ "luci-app-dsvpn" ]
}
}
}