mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user