MCPcopy
hub / github.com/safing/portmaster / stopInterception

Function stopInterception

service/firewall/interception/interception_linux.go:36–38  ·  view source on GitHub ↗

stop starts the interception.

()

Source from the content-addressed store, hash-verified

34
35// stop starts the interception.
36func stopInterception() error {
37 return StopNfqueueInterception()
38}
39
40// ResetVerdictOfAllConnections resets all connections so they are forced to go thought the firewall again.
41func ResetVerdictOfAllConnections() error {

Callers 2

startFunction · 0.70
stopFunction · 0.70

Calls 1

StopNfqueueInterceptionFunction · 0.85

Tested by

no test coverage detected