mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
Merge pull request #4542 from mayli/oc-protocol
luci-proto-openconnect: add vpn_procotol support
This commit is contained in:
commit
7e2e3ee499
@ -93,6 +93,12 @@ return network.registerProtocol('openconnect', {
|
||||
certLoadPromise = null,
|
||||
o;
|
||||
|
||||
o = s.taboption('general', form.ListValue, 'vpn_protocol', _('VPN Protocol'));
|
||||
o.value('anyconnect', 'Cisco AnyConnect SSL VPN');
|
||||
o.value('nc', 'Juniper Network Connect');
|
||||
o.value('gp', 'GlobalProtect SSL VPN');
|
||||
o.value('pulse', 'Pulse Connect Secure SSL VPN');
|
||||
|
||||
o = s.taboption('general', form.Value, 'server', _('VPN Server'));
|
||||
o.datatype = 'host(0)';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user