Fix darwin build
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//+build !windows,!linux
|
||||
//go:build !windows && !linux
|
||||
|
||||
package interception
|
||||
|
||||
@@ -17,3 +17,8 @@ func start(_ chan packet.Packet) error {
|
||||
func stop() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// ResetVerdictOfAllConnections resets all connections so they are forced to go thought the firewall again.
|
||||
func ResetVerdictOfAllConnections() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user