Make clash api and gVisor optional

This commit is contained in:
世界
2022-07-20 07:12:40 +08:00
parent 5905ad3278
commit 98adef316a
9 changed files with 49 additions and 16 deletions

View File

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

View File

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