Add tun support for macOS
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build (linux || windows) && !no_gvisor
|
||||
//go:build (linux || windows || darwin) && !no_gvisor
|
||||
|
||||
package inbound
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !(linux || windows) || no_gvisor
|
||||
//go:build !(linux || windows || darwin) || no_gvisor
|
||||
|
||||
package inbound
|
||||
|
||||
|
||||
Reference in New Issue
Block a user