This commit is contained in:
Vladimir Stoilov 2022-09-20 11:23:21 +02:00 committed by Daniel
parent b4e2687884
commit ddfa3722be
7 changed files with 64 additions and 57 deletions

View file

@ -39,7 +39,7 @@ func stop() error {
return windowskext.Stop()
}
// ResetAllConnections resets all connections so they are forced to go thought the firewall again
func ResetAllConnections() error {
// ResetVerdictOfAllConnections resets all connections so they are forced to go thought the firewall again.
func ResetVerdictOfAllConnections() error {
return windowskext.ClearCache()
}