-
Some Iranian people use Iranian CDNs for proxy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
no core that I know of really considers this as part of their threat model, and no transport in xray is designed with this requirement in mind. it's difficult to achieve for the same reasons notls cannot be made undetectable in the same way that TLS can (see #3582 (reply in thread)) the best you can do today is to hide the user traffic with vmess, but that's just for personal security, not for proxy detection. if it is achieved anywhere, then I think it will come at a severe performance cost. |
Beta Was this translation helpful? Give feedback.
no core that I know of really considers this as part of their threat model, and no transport in xray is designed with this requirement in mind. it's difficult to achieve for the same reasons notls cannot be made undetectable in the same way that TLS can (see #3582 (reply in thread))
the best you can do today is to hide the user traffic with vmess, but that's just for personal security, not for proxy detection.
if it is achieved anywhere, then I think it will come at a severe performance cost.