mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/openconnect: Set useragent="AnyConnect" (#3287)
Improves compatbility with some hosts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= openconnect
|
||||
PLUGIN_VERSION= 1.4.3
|
||||
PLUGIN_VERSION= 1.4.4
|
||||
PLUGIN_COMMENT= OpenConnect Client
|
||||
PLUGIN_DEPENDS= openconnect
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -6,6 +6,10 @@ the Juniper SSL VPN which is now known as Pulse Connect Secure.
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.4.4
|
||||
|
||||
* Improve compatibility via useragent="AnyConnect"
|
||||
|
||||
1.4.3
|
||||
|
||||
* Add support for one-time password generation
|
||||
|
||||
+3
@@ -27,5 +27,8 @@ token-secret={{ OPNsense.openconnect.general.tokensecret }}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.openconnect.general.protocol') and OPNsense.openconnect.general.protocol != '' %}
|
||||
protocol={{ OPNsense.openconnect.general.protocol }}
|
||||
{% if OPNsense.openconnect.general.protocol == 'anyconnect' %}
|
||||
useragent=AnyConnect
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user