Home

Awesome

localtunnel

What happened to localtunnel? After pioneering instant public tunnels to localhost, many people copied the project and started businesses around the idea. Localtunnel fell into obscurity. Today, Alan Shreve's Ngrok rightly dominates mindshare on the idea.

This repo now contains localtunnel v3, a very minimal implementation (under 200 lines) written in Go using my new project Duplex. Duplex lets you make stuff like localtunnel very easily. Although usable, there is no public server and the scope of the project is pretty fixed where it is.

This repo also continues to exist to archive the history of the project. You'll find several interesting branches here:

Using localtunnel v3

Binary releases have not been set up yet, so you'll need Go to get started:

$ go install github.com/progrium/localtunnel

License

BSD