You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Max Lv 81baf2137d fix configure 12 years ago
m4 fix autoconf 12 years ago
.gitignore fix configure 12 years ago
COPYING fix autoconf 12 years ago
INSTALL fix autoconf 12 years ago
Makefile.am fix autoconf 12 years ago
Makefile.in fix autoconf 12 years ago
README.md fix configure 12 years ago
aclocal.m4 fix autoconf 12 years ago
autogen.sh fix autoconf 12 years ago
config.guess fix autoconf 12 years ago
config.h.in fix autoconf 12 years ago
config.sub fix autoconf 12 years ago
configure fix configure 12 years ago
configure.ac fix configure 12 years ago
depcomp fix autoconf 12 years ago
encrypt.c reuse global rc4 key 12 years ago
encrypt.h reuse global rc4 key 12 years ago
install-sh fix autoconf 12 years ago
local.c reuse global rc4 key 12 years ago
local.h update to the latest libev 12 years ago
ltmain.sh fix autoconf 12 years ago
missing fix autoconf 12 years ago
socks5.h update to the latest libev 12 years ago

README.md

shadowsocks-libev

shadowsocks-libev is a lightweight obfuscated scoks5 proxy.

It is a port of shadowsocks.

Only the client is ported. Please use shadowsocks-nodejs to setup your server.

installation

Build the binary like this:

    sudo apt-get install build-essential autoconf libtool libev-dev libssl-dev

    ./configure && make

usage

    usage:  ss  -s server_host -p server_port -l local_port
                -k password [-m encrypt_method] [-f pid_file]

    info:
                -m:  accept two encrypt methods, "table" or "rc4"
                -f:  run in backgroud, with a valid path to the pid_file