diff options
-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) { |