security/openconnect: Set useragent="AnyConnect" (#3287)

Improves compatbility with some hosts
This commit is contained in:
JeWe37
2023-01-28 18:24:37 +01:00
committed by GitHub
parent 72c5bfbf97
commit 03221109fe
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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
@@ -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 %}