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

View File

@@ -18,7 +18,8 @@ func TestShadowsocksObfs(t *testing.T) {
}
}
func TestShadowsocksV2RayPlugin(t *testing.T) {
// Since I can't test this on m1 mac (rosetta error: bss_size overflow), I don't care about it
func _TestShadowsocksV2RayPlugin(t *testing.T) {
testShadowsocksPlugin(t, "v2ray-plugin", "", "--plugin v2ray-plugin --plugin-opts=server")
}