mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add MLVPN interface
This commit is contained in:
parent
8d5452c810
commit
c9a0334afe
7 changed files with 121 additions and 12 deletions
6
luci-app-mlvpn/luasrc/controller/mlvpn.lua
Normal file
6
luci-app-mlvpn/luasrc/controller/mlvpn.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
module("luci.controller.mlvpn", package.seeall)
|
||||
|
||||
function index()
|
||||
--entry({"admin", "openmptcprouter", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
entry({"admin", "services", "mlvpn"}, cbi("mlvpn"), _("MLVPN"))
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue