Heroku + shadowsocks
Deploy shadowsocks on heroku
Simple-obfs convert the traffic into websocket instead of ordinary tcp connection, which could serve behind nginx.
Theoretically, this enables ss-server to use any CDN that support websocket traffic, for example, Cloudflare.
Host: <app_name>.herokuapp.com
Port: 80
Plug-in: simple-obfs or ss-local.exe
Plug-in-options: obfs=http;obfs-host=<app_name>.herokuapp.com
This trick heavily relies on the domain of herokuapp.com
.
Please DO NOT distribute this repo everywhere in case the domain is blocked.
Feel free to use but make sure you obey the Note part mentioned above.