1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

New interface for dsvpn VPN

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-12-03 11:21:43 +01:00
parent 0bf0bee341
commit 2df8bdf052
14 changed files with 81 additions and 406 deletions

View file

@ -1,10 +1,10 @@
{
"admin/vpn/dsvpn": {
"title": "DSVPN",
"order": 10,
"order": 60,
"action": {
"type": "cbi",
"path": "dsvpn"
"type": "view",
"path": "services/dsvpn"
},
"depends": {
"acl": [ "luci-app-dsvpn" ]

View file

@ -1,6 +1,6 @@
{
"luci-app-dsvpn": {
"description": "Grant UCI access for luci-app-dsvpn",
"description": "Grant access to DSVPN",
"read": {
"uci": [ "dsvpn" ]
},