mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/openconnect: small updates for 1.4.4
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+9
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user