Skip to content

Commit

Permalink
luci-proto-openconnect: updated SSL VPN option list and update sha1 h…
Browse files Browse the repository at this point in the history
…ash wording

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>
  • Loading branch information
nmav authored and systemcrash committed May 28, 2024
1 parent 03d6dec commit c27c0b2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit c27c0b2

Please sign in to comment.