Skip to content

mrluanma/chisel-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chisel-heroku

Deploy chisel to Heroku as a SOCKS5 proxy.

Getting started

Use this button Heroku Deploy

Or create a Heroku app manually:

$ heroku create
$ heroku stack:set container
$ heroku config:set CHISEL_AUTH=user:pass
$ git push heroku main
...
remote: Verifying deploy... done.
To https://git.heroku.com/shrouded-springs-35880.git
 * [new branch]      main -> main

Connect your chisel client:

$ chisel --version
1.7.6
$ chisel client --keepalive 10s --auth user:pass https://shrouded-springs-35880.herokuapp.com socks
...
2019/02/05 02:16:33 client: Connected (Latency 263.548181ms)

Point your SOCKS5 clients to 127.0.0.1:1080

$ curl --socks5 127.0.0.1:1080 ifconfig.co
54.80.138.214

About

Deploy chisel to Heroku as a SOCKS5 proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published