mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Create a dsvpn interface and put all VPN in VPN menu
This commit is contained in:
parent
29b42e36a1
commit
87327f9489
8 changed files with 185 additions and 5 deletions
|
@ -2,5 +2,6 @@ module("luci.controller.mlvpn", package.seeall)
|
|||
|
||||
function index()
|
||||
--entry({"admin", "openmptcprouter", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
entry({"admin", "services", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
--entry({"admin", "services", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
entry({"admin", "dsvpn", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue