luci-proto-openconnect: add option for array ssl vpn
Signed-off-by: Tinko Liu <24890691+TinkoLiu@users.noreply.github.com>
This commit is contained in:
parent
8debeeb438
commit
4b31ffa09b
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