mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Fix darwin build
This commit is contained in:
parent
e5d8e33790
commit
e1e6a40498
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
//+build !windows,!linux
|
//go:build !windows && !linux
|
||||||
|
|
||||||
package interception
|
package interception
|
||||||
|
|
||||||
|
@ -17,3 +17,8 @@ func start(_ chan packet.Packet) error {
|
||||||
func stop() error {
|
func stop() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ResetVerdictOfAllConnections resets all connections so they are forced to go thought the firewall again.
|
||||||
|
func ResetVerdictOfAllConnections() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue