summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js6
1 files changed, 6 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 1f07f97513..388812d893 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
@@ -93,6 +93,12 @@ return network.registerProtocol('openconnect', {
certLoadPromise = null,
o;
+ o = s.taboption('general', form.ListValue, 'vpn_protocol', _('VPN Protocol'));
+ o.value('anyconnect', 'Cisco AnyConnect SSL VPN');
+ o.value('nc', 'Juniper Network Connect');
+ o.value('gp', 'GlobalProtect SSL VPN');
+ o.value('pulse', 'Pulse Connect Secure SSL VPN');
+
o = s.taboption('general', form.Value, 'server', _('VPN Server'));
o.datatype = 'host(0)';