Merge pull request #6817 from TinkoLiu/master

luci-proto-openconnect: add option for array ssl vpn
This commit is contained in:
Jo-Philipp Wich 2024-01-08 14:51:54 +01:00 committed by GitHub
commit 49f9b430fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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) {