

Iptables -t nat -A SHADOWSOCKS -d 10.0.0.0/8 -j RETURN Iptables -t nat -A SHADOWSOCKS -d 0.0.0.0/8 -j RETURN # See ashi009/bestroutetb for a highly optimized CHN route list. # See Wikipedia and RFC5735 for full list of reserved networks. # Ignore LANs and any other addresses you'd like to bypass the proxy # Ignore your shadowsocks server's addresses You can configure your Linux-based box or router to proxy all TCP traffic transparently, which is handy if you use an OpenWRT-powered router. The latest shadowsocks-libev has provided a redir mode. Path to the working directory of ss-manager. (only available in server and manager mode) (only available in local and server mode) The default cipher is chacha20-ietf-poly1305.įor servers: Specify the local address to useĬonnections to remote servers on behalf of theįor clients: Specify the local address to use s Host name or IP address of your remote server.
#Ubuntu shadowsocks install#
You can install it in either way, pkg or ports. Shadowsocks-libev is available in FreeBSD Ports Collection. You may need to manually install missing softwares. # Installation of MbedTLS export MBEDTLS_VER=2.6.0 # Installation of libsodium export LIBSODIUM_VER=1.0.16 Sudo pacman -S gettext gcc autoconf libtool automake make asciidoc xmlto c-ares libev Sudo yum install gettext gcc autoconf libtool automake make asciidoc xmlto c-ares-devel libev-devel Sudo apt-get install -no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libc-ares-dev automake libmbedtls-dev libsodium-dev pkg-config

# Installation of basic build dependencies # Debian / Ubuntu
