Skip to content

Commit 14e72ea

Browse files
committed
🎍 netio: allow tcp transparent proxy on darwin, freebsd, openbsd
1 parent b583842 commit 14e72ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

netio/tcp_stub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !linux
1+
//go:build !darwin && !freebsd && !linux && !openbsd
22

33
package netio
44

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build darwin || freebsd || linux || openbsd
2+
13
package netio
24

35
import (

0 commit comments

Comments
 (0)