mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
7 lines
271 B
Lua
7 lines
271 B
Lua
module("luci.controller.dsvpn", package.seeall)
|
|
|
|
function index()
|
|
--entry({"admin", "openmptcprouter", "mlvpn"}, cbi("mlvpn"), _("DSVPN"))
|
|
--entry({"admin", "services", "dsvpn"}, cbi("dsvpn"), _("DSVPN"))
|
|
entry({"admin", "vpn", "dsvpn"}, cbi("dsvpn"), _("DSVPN"))
|
|
end
|