diff options
author | Tinko Liu <24890691+TinkoLiu@users.noreply.github.com> | 2024-01-08 20:36:14 +0800 |
---|---|---|
committer | Tinko Liu <24890691+TinkoLiu@users.noreply.github.com> | 2024-01-08 20:36:14 +0800 |
commit | 4b31ffa09b49b6f236607cd0d4c9a8aaa58866c9 (patch) | |
tree | fca0af243e624fb80650c1581315c12c4f2d1f1f /protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js | |
parent | 8debeeb43875b9e4ba4e0136d0dbcbc4504f53f4 (diff) |
luci-proto-openconnect: add option for array ssl vpn
Signed-off-by: Tinko Liu <24890691+TinkoLiu@users.noreply.github.com>
Diffstat (limited to 'protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js')
-rw-r--r-- | protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js b/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js index 929d50f063..3a777008b1 100644 --- a/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js +++ b/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js @@ -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) { |