Skip to content

freshremix/herosocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Shadowsocks Obfs

Deploy shadowsocks server on heroku

Principle

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.

One-Click button

Deploy

How to use

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

Note

This trick heavily relies on the domain of herokuapp.com.
Please DO NOT distribute this repo everywhere in case the domain is blocked.

Demo

Feel free to use but make sure you obey the Note part mentioned above.

About

Heroku Shadowsocks+Obfs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.8%
  • Shell 22.2%