Fix shadowsocks none client

This commit is contained in:
世界
2023-06-05 13:06:05 +08:00
parent c0669cb2a5
commit 0cb9cff690
3 changed files with 7 additions and 3 deletions

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",