luci-proto-openconnect: updated SSL VPN option list and update sha1 hash wording master
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Sat, 18 May 2024 19:06:38 +0000 (21:06 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 28 May 2024 09:04:40 +0000 (11:04 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js

index a3d000c9530330fc5fb6dc68665f72ed620170a0..f9c1af6cd5dee4791bfa881463fe8a2f41257ace 100644 (file)
@@ -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'));