github shadowsocks/shadowsocks-android v3.0.0

latest releases: v5.3.3, v5.3.2, v5.3.1-preview...
pre-release7 years ago

Add experimental KCPTUN support.

KCPTUN should run as a plugin server of shadowsocks server.

Example:

Run a KCPTUN on your server, listening on port 53, redirecting to shadowsocks port 8388:

sudo kcptun -l :53 -t 127.0.0.1:8388 --crypt none --mtu 1024 --sndwnd 1024 --rcvwnd 1024 --mode fast --nocomp

Then the parameters for the client is:

--crypt none --mtu 1024 --sndwnd 1024 --rcvwnd 1024 --mode fast --nocomp

Don't miss a new shadowsocks-android release

NewReleases is sending notifications on new releases.