local s = require"luci.sys"
local m,s,o
m = Map("softethervpn", translate("SoftEther VPN Server"))
m.description = translate("SoftEther VPN is an open source, cross-platform, multi-protocol virtual private network solution developed by university of tsukuba graduate student Daiyuu Nobori for master's thesis.
can easily set up OpenVPN, IPsec, L2TP, ms-sstp, L2TPv3 and EtherIP servers on the router using the console.")
m:section(SimpleSection).template = "softethervpn/softethervpn_status"
s = m:section(TypedSection, "softether")
s.anonymous = true
o = s:option(Flag, "enable", translate("Enabled"))
o.rmempty = false
o = s:option(DummyValue, "moreinfo", translate("控制台下载:
Windows-x86_x64-intel.exe
macos-x86-32bit.pkg"))
return m