mirror of
https://github.com/safing/portmaster
synced 2025-09-10 06:14:41 +00:00
Fixes
This commit is contained in:
parent
b4e2687884
commit
ddfa3722be
7 changed files with 64 additions and 57 deletions
|
@ -15,7 +15,7 @@ func stop() error {
|
|||
return StopNfqueueInterception()
|
||||
}
|
||||
|
||||
// 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 nfq.DeleteAllMarkedConnection()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue