Skip to content

Commit

Permalink
Merge pull request openwrt#6817 from TinkoLiu/master
Browse files Browse the repository at this point in the history
luci-proto-openconnect: add option for array ssl vpn
  • Loading branch information
jow- authored Jan 8, 2024
2 parents ef3075d + 4b31ffa commit 49f9b43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 49f9b43

Please sign in to comment.