mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
Merge pull request #319 from nmav/oc-iface
openconnect: ask for the output interface name
This commit is contained in:
@@ -19,6 +19,9 @@ port = section:taboption("general", Value, "port", translate("VPN Server port"))
|
||||
port.placeholder = "443"
|
||||
port.datatype = "port"
|
||||
|
||||
ifname = section:taboption("general", Value, "interface", translate("Output Interface"))
|
||||
ifname.template = "cbi/network_netlist"
|
||||
|
||||
section:taboption("general", Value, "serverhash", translate("VPN Server's certificate SHA1 hash"))
|
||||
|
||||
section:taboption("general", Value, "authgroup", translate("AuthGroup"))
|
||||
|
||||
Reference in New Issue
Block a user