security/openconnect: small updates for 1.4.4

This commit is contained in:
Franco Fichtner
2023-02-02 12:33:27 +01:00
parent dc7dcf320d
commit 2e1d61e301
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ Plugin Changelog
1.4.4
* Improve compatibility via useragent="AnyConnect"
* Register interfaces on reconfigure
* Ignore server-side DNS servers
1.4.3
@@ -36,4 +36,13 @@ class ServiceController extends ApiMutableServiceControllerBase
protected static $internalServiceTemplate = 'OPNsense/Openconnect';
protected static $internalServiceEnabled = 'enabled';
protected static $internalServiceName = 'openconnect';
/**
* hook group interface registration on reconfigure
* @return bool
*/
protected function invokeInterfaceRegistration()
{
return true;
}
}