luci-proto-openconnect: add option for array ssl vpn 6817/head
authorTinko Liu <24890691+TinkoLiu@users.noreply.github.com>
Mon, 8 Jan 2024 12:36:14 +0000 (20:36 +0800)
committerTinko Liu <24890691+TinkoLiu@users.noreply.github.com>
Mon, 8 Jan 2024 12:36:14 +0000 (20:36 +0800)
Signed-off-by: Tinko Liu <24890691+TinkoLiu@users.noreply.github.com>
protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js

index 929d50f0634e43a08b0be70db920c9bcff57f8b2..3a777008b106f417fe4a1bf50ccba90c9473e2c5 100644 (file)
@@ -99,6 +99,7 @@ return network.registerProtocol('openconnect', {
                o.value('nc', 'Juniper Network Connect');
                o.value('gp', 'GlobalProtect SSL VPN');
                o.value('pulse', 'Pulse Connect Secure SSL VPN');
+               o.value('array', 'Array Networks SSL VPN');
 
                o = s.taboption('general', form.Value, 'server', _('VPN Server'));
                o.validate = function(section_id, value) {