shadowsocks-asio a c++ shadowsocks server. dependencies: crypto++ and boost.asio. build git submodule init git submodule update mkdir build && cd build && cmake .. make -j8 run server ./ss-server -c server.json run client ./ss-local -c client.json