diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-01-08 14:51:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 14:51:54 +0100 |
commit | 49f9b430fd3fe835392d01bddf12ea05a2109e6e (patch) | |
tree | 9e478f3e4825a1f7e4a9e2efd43860251996295d /protocols/luci-proto-openconnect | |
parent | ef3075d85ca50e951da0913b72d6c4efc473f87b (diff) | |
parent | 4b31ffa09b49b6f236607cd0d4c9a8aaa58866c9 (diff) |
Merge pull request #6817 from TinkoLiu/master
luci-proto-openconnect: add option for array ssl vpn
Diffstat (limited to 'protocols/luci-proto-openconnect')
-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) { |