net4people / bbs

Forum for discussing Internet censorship circumvention
3.38k stars 80 forks source link

Vulnerability of Shadowsocks + v2ray-plugin to censors #229

Open mehregxn opened 1 year ago

mehregxn commented 1 year ago

As we know, older versions of vmess (v2fly) are vulnerable and can be detected by censors (https://github.com/v2fly/v2ray-core/issues/2054). I'm curious if this also affects Shadowsocks + v2ray-plugin. The main version of v2ray-plugin in Shadowsocks' official GitHub repository and in major Linux distros is based on v2fly 4.38.3. Is there any information available on whether or not v2ray-plugin has been detected by censors? Does it still work fine?

markpash commented 1 year ago

My understanding is that the most-used and latest versions of the shadowsocks plugins are these ones: https://github.com/teddysun/xray-plugin https://github.com/teddysun/v2ray-plugin

Major linux distro repositories are not updated quickly enough, I have a project which aims to fix that, and for now I have an apt repository which is updated very quickly: https://github.com/noql-net/debs

mehregxn commented 1 year ago

My understanding is that the most-used and latest versions of the shadowsocks plugins are these ones: https://github.com/teddysun/xray-plugin https://github.com/teddysun/v2ray-plugin

Major linux distro repositories are not updated quickly enough, I have a project which aims to fix that, and for now I have an apt repository which is updated very quickly: https://github.com/noql-net/debs

dear mark, thank you for your response. Upon checking TeddySun's repositories, it appears that there is no active maintenance. They mainly update the Golang packages from the upstream repositories of V2Ray (Xray/V2Fly). the codebase has not undergone significant changes since its fork from shadowsocks/v2ray-plugin. and thank you for introducing your project to me, I know about it, but it is unrelated to the context of my question.