mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
luci-proto-openconnect: updated SSL VPN option list and update sha1 hash wording
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
committed by
Paul Donald
parent
03d6dec7d2
commit
c27c0b2505
@@ -95,10 +95,12 @@ return network.registerProtocol('openconnect', {
|
||||
o;
|
||||
|
||||
o = s.taboption('general', form.ListValue, 'vpn_protocol', _('VPN Protocol'));
|
||||
o.value('anyconnect', 'Cisco AnyConnect SSL VPN');
|
||||
o.value('anyconnect', 'OpenConnect or Cisco AnyConnect SSL VPN');
|
||||
o.value('nc', 'Juniper Network Connect');
|
||||
o.value('gp', 'GlobalProtect SSL VPN');
|
||||
o.value('gp', 'Palo Alto Networks GlobalProtect');
|
||||
o.value('pulse', 'Pulse Connect Secure SSL VPN');
|
||||
o.value('f5', 'F5 BIG-IP SSL VPN');
|
||||
o.value('fortinet', 'Fortinet SSL VPN');
|
||||
o.value('array', 'Array Networks SSL VPN');
|
||||
|
||||
o = s.taboption('general', form.Value, 'uri', _('VPN Server'));
|
||||
|
||||
Reference in New Issue
Block a user