Rio
Rio
I have several build artifacts to upload together. What is the correct way to do so?
### Before opening the issue, have you...? - [X] Searched for existing issues - [X] Looked through [the wiki](https://github.com/MonitorControl/MonitorControl/wiki) - [X] Updated MonitorControl to the latest version (if applicable) ###...
Hi @edwardz246003 Thanks a lot for the interesting finding! To clarify, [go-shadowsocks2](https://github.com/shadowsocks/go-shadowsocks2) (not to be confused with the deprecated [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go)) supports AEAD ciphers from the very beginning.
As checking all chunks takes a very long time, a progress bar or at least showing how many chunks have been checked so far is needed. Otherwise there's no way...
In https://github.com/golang/go/issues/20504#issuecomment-590654494 @FiloSottile pointed out that I should use ristretto255 for key exchange with uniform-looking public keys. However it is not super clear what I am supposed to do, and...
Note: This is part of the effort to research and understand the behaviors and design rationale of GFW. Why not pollute using domestic IP range as well to make it...
This issue is to discuss the changes we want in the next major revision of Shadowsocks protocol. Right now I've done some preliminary research based on the [SOCKS6 RFC draft](https://tools.ietf.org/html/draft-olteanu-intarea-socks-6-08#section-12)...
## Summary Current commercial deployments of Shadowsocks suffer from a social-engineering weakness that any client knows the Symmetric Pre-Shared Key (SPSK) and can use it to MitM attack other clients...
It seems now we have an official [whitepaper](https://github.com/shadowsocks/shadowsocks-org/blob/master/whitepaper/whitepaper.md) whose content is mostly mirrored from the wiki pages. May I suggest that we separate the responsibilities of the two to avoid...
e.g. `https://shadowsocks.org/en/spec/protocol.html` is 404. It has to be `https://shadowsocks.org/en/spec/Protocol.html` (with upper-case P). I noticed this in external links back to the main site. Not sure what to do about it....