Accessing a Shadowsocks with V2Ray Plugin Server from a Linux Client
Download shadowsocks-rust for Linux 64-bit from GitHub. Extract the contents of the archive.
Download the v2ray-plugin for Linux 64-bit from GitHub. Copy the binary into the same folder as the extracted shadowsocks binaries.
Create a config.json
file like this:
1 | { |
Start shadowsocks running:
1 | ./sslocal -c config.json |
Configure Firefox network settings to use the SOCKS5 proxy server that is now listening on 127.0.0.1 port 1080. Also set Firefox to proxy DNS queries over the SOCKS5 server.