chore: sync vless encryption code

This commit is contained in:
wwqgtxx
2025-08-18 23:08:30 +08:00
parent ce760fcf19
commit 4e20ed65f2
6 changed files with 114 additions and 48 deletions

View File

@@ -116,6 +116,11 @@ func TestInboundVless_Encryption(t *testing.T) {
Encryption: "8min-xored-mlkem768client-" + clientBase64,
}
testInboundVless(t, inboundOptions, outboundOptions)
t.Run("xtls-rprx-vision", func(t *testing.T) {
outboundOptions := outboundOptions
outboundOptions.Flow = "xtls-rprx-vision"
testInboundVless(t, inboundOptions, outboundOptions)
})
})
}