Make gVisor optional

This commit is contained in:
世界
2022-09-15 12:20:38 +08:00
parent ad14719b14
commit 668d354771
17 changed files with 53 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
//go:build !no_gvisor
//go:build with_gvisor
package wireguard

View File

@@ -1,4 +1,4 @@
//go:build no_gvisor
//go:build !with_gvisor
package wireguard