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 fc6b3b5d2e fix by valgrind report 12 years ago
Makefile.am fix by valgrind report 12 years ago
Makefile.in fix by valgrind report 12 years ago
README.md fix README 12 years ago
aclocal.m4 use autoconf 13 years ago
config.h.in update to the latest libev 12 years ago
configure fix by valgrind report 12 years ago
configure.ac update to the latest libev 12 years ago
depcomp use autoconf 13 years ago
encrypt.c update to the latest libev 12 years ago
encrypt.h update to the latest libev 12 years ago
install-sh use autoconf 13 years ago
local.c fix by valgrind report 12 years ago
local.h update to the latest libev 12 years ago
missing use autoconf 13 years ago
socks5.h update to the latest libev 12 years ago

README.md

shadowsocks-libev

shadowsocks-libev is a lightweight tunnel proxy which can help you get through firewalls. It is a port of shadowsocks.

Currently not stable yet. Please use shadowsocks-nodejs.

installation

Edit local.c, change server hostname.

Install the following package:

sudo apt-get install build-essential autoconf libtool libev-dev libssl-dev
autoreconf
./configure && make