Fix shadowsocks none client

This commit is contained in:
世界
2023-06-08 10:23:39 +08:00
parent c0669cb2a5
commit 0cb9cff690
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -40,6 +40,10 @@ func TestShadowsocks(t *testing.T) {
}
}
func TestShadowsocksNone(t *testing.T) {
testShadowsocksSelf(t, "none", "")
}
func TestShadowsocks2022(t *testing.T) {
for _, method16 := range []string{
"2022-blake3-aes-128-gcm",