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.
592 B
592 B
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
sudo apt-get install autotools-dev
sudo apt-get install libtool
sudo apt-get install libssl-dev
autoreconf
./configure && make