Skip to content

tunneled/tunneled-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tunneled Server

The Tunneled Server is what powers http://tunneled.computer. It allows you to create a tunnel between your local computer and a subdomain of your choice at tunneled.computer. Think ngrok.

This repository is still under heavy development, but if you'd like to test out the server, feel free to submit a pull request to modify the users.json file with the appropriate information. Ping @bswinnerton for review. Once merged, you'll be able to start the server with:

sudo env DIRECTOR_PORT=80 ./tunneled-server

And you'll be able to open up a new tunnel with this basic SSH command:

$ ssh -p 2222 -nNT -R 80:localhost:8000 brooks@tunneled.computer

Where 8000 is the local port the service you'd like to expose is running on, and brooks is the username you specified in the users.json file.

Releases

No releases published

Packages

No packages published

Languages