simple-obfs

Simple obfuscating plugin for shadowsocks-libev to evade detection

brewmacoslinux
Try with needOr install directly
Source

About

Simple obfusacting plugin of shadowsocks-libev

Commands

obfs-serverobfs-local

Examples

Start obfs-local server listening on localhost port 8388 forwarding to shadowsocks server$ obfs-local -s 127.0.0.1 -p 8388 -l 8389 -k password -m http
Start obfs-server on port 8388 with http obfuscation$ obfs-server -s 0.0.0.0 -p 8388 -k password -m http
Use tls obfuscation mode with custom host$ obfs-local -s 127.0.0.1 -p 8388 -l 8389 -k password -m tls -h example.com