Add tun support for macOS

This commit is contained in:
世界
2022-08-05 16:55:46 +08:00
parent ed900a990e
commit 02832fb136
11 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
//go:build (linux || windows) && !no_gvisor
//go:build (linux || windows || darwin) && !no_gvisor
package inbound

View File

@@ -1,4 +1,4 @@
//go:build !(linux || windows) || no_gvisor
//go:build !(linux || windows || darwin) || no_gvisor
package inbound