Merge pull request #6817 from TinkoLiu/master
luci-proto-openconnect: add option for array ssl vpn
This commit is contained in:
commit
49f9b430fd
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue