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 2e1b2ff5f0 fix libev 11 years ago
.gitignore add gitignore file 11 years ago
Makefile.am fix by valgrind report 11 years ago
README.md update README 11 years ago
config.h.in update bigendian 11 years ago
configure.ac fix libev 11 years ago
encrypt.c update bigendian 11 years ago
encrypt.h update to the latest libev 11 years ago
local.c enable to be compiled in cygwin 11 years ago
local.h update to the latest libev 11 years ago
socks5.h update to the latest libev 11 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
    automake --add-missing
    autoreconf
    ./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