-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe add ShadowsocksR support? #72
Comments
@peter17ji Thanks for the suggestion! I agree at some point we may want to use a different library and/or protocol but I'm afraid we have no plans to do that right now. |
Excuse for my poor english. I bought a service that only provide SSR protocol, And I'd like to use OUTLINE rather than SSRR client. Consider support this feature when @peter17ji reach 50 thumbs? |
@66beta Using SS protocol on a SSR-only server could lead to a GFW'd and unusable server, so consider other clients. |
I live in China and spent quite a bit of time setting up and testing both Outline and SSR servers in Japan, Korea and Singapore. Some observations below:
Note: all servers were speed optimized with BBR installed. My opinion is that if Outline is really to succeed in China, then it would have to adopt SSR standards some time in the future. SS is already getting blocked and throttled here and I dont see it surviving for long anymore, hence would very much support SSR support in the future. |
@patrickmau do you have more details about the time of day and which servers you we're trying for those speed tests? For me it's entirely based on when the tests are run. In the morning @ 9:38am from Shanghai on China Unicom 4G using "Speedtest by Ookla" with an Outline server setup in Google Cloud asia-east2-a I'm getting results like: Tai Po (Hong Kong) - 26.7Mbps DOWN - 3.70Mbps UP - 28ms Anecdotally, if I ran the same results tonight between 6pm -> 1am when the Great Firewall kicks in, it'd outright not work or I'd get throttled to hell to the point of un-usability |
SSR does not use better encryption. That's misleading and we should stop spreading this kind of disinformation. SSR only adds obfuscation. It's very easy to detect SSR. It randomizes the packet sizes, so all you need to do it look at the entropy of the packet sizes. You don't even need to look at the content. Max Lv has implemented a proof of concept. Because it's easy to detect, we don't intend to support it. |
…sl19-develop' Add ITSAppUsesNonExemptEncryption to Outline and VpnExtension info plists Closes Jigsaw-Code#72 See merge request outline/outline-client!52
ShadowsocksR provides far better protection than the original Shadowsocks. It's using better encryption, obfuscation, and can pretend to be browsing another website. And the R version is technically backward compatible.There's someone already made one using electron framework. https://github.com/erguotou520/electron-ssr
The text was updated successfully, but these errors were encountered: