Make clash api and gVisor optional

This commit is contained in:
世界
2022-07-20 07:12:40 +08:00
parent c5b3e8b042
commit 6ac1b395cf
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