# Debian / Ubuntu sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev libev-dev asciidoc xmlto automake git clone https://github.com/shadowsocks/simple-obfs.git cd simple-obfs git submodule update --init --recursive ./autogen.sh ./configure && make sudo make install
On the server:
ss-server -c config.json --plugin obfs-server --plugin-opts "obfs=http"
References
https://github.com/shadowsocks/simple-obfs
https://github.com/shadowsocks/shadowsocks-libev