https://github.com/v2ray/v2ray-core/issues/2509

V2Ray 也被发现 TLS Client Hello 存在非常独特的 Fingerprint。即使是仅依靠 Cipher Suite,都能实现准确率接近 100% 的模式匹配。

刚刚去看了下代码,开启 AllowInsecureCipher 应该不会引起安全性问题。但请不要错将 AllowInsecure 开启,详情参见 https://t.me/melon_murmur/334

所以我的建议是换用别的工具,直到 V2Ray 官方修复 TLS Client Hello 特征的问题(也就是 https://github.com/v2ray/v2ray-core/pull/2510 这个 PR 被 Merge,且官方发布了新的 Release 之后)。

消息来源: https://t.me/melon_murmur/992
 
 
Back to Top