This commit is contained in:
世界
2023-07-11 14:03:55 +08:00
parent a88060a0ab
commit 3b34f63e03
17 changed files with 172 additions and 214 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/sagernet/sing-box/option"
)
func TestWireGuard(t *testing.T) {
func _TestWireGuard(t *testing.T) {
startDockerContainer(t, DockerOptions{
Image: ImageBoringTun,
Cap: []string{"MKNOD", "NET_ADMIN", "NET_RAW"},