http://gpp6nwvsps43b3mfacsh433uroo6uyjvvpr6tgj4jh4n5ngxt7rqbvid.onion/posts/shadowsocks-rust.html
We give instructions for the example of a Windows client, although clients for other platforms are also available. 1. Server 1.1. Generate Port Number and Password You will need an unusual port number and a strong password for your Shadowsocks server. First generate a random port number like this: echo $((1024 + $RANDOM)) The shell function RANDOM gives you a pseudo-random integer between 0 and 32767, so after evaluating the arithmetical expression, you will end up with a...