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 Glorytun TCP VPN

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-12-03 11:23:34 +01:00
parent 4a825c5650
commit 9ceaa526a5
23 changed files with 125 additions and 1071 deletions

View file

@ -0,0 +1,13 @@
{
"admin/vpn/glorytun-tcp": {
"title": "Glorytun TCP",
"order": 60,
"action": {
"type": "view",
"path": "services/glorytun-tcp"
},
"depends": {
"acl": [ "luci-app-glorytun-tcp" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-glorytun-tcp": {
"description": "Grant access to glorytun TCP",
"read": {
"uci": [ "glorytun" ]
},
"write": {
"uci": [ "glorytun" ]
}
}
}