Merge pull request #319 from nmav/oc-iface
openconnect: ask for the output interface name
This commit is contained in:
commit
a0f0e008f7
1 changed files with 3 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue