Break out of localhost. Access your devices from behind firewalls. Securely access your services from anywhere. An easy-to-use secure tunnel for all sorts of wonderful things (kind of like a poor man's VPN).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
AJ ONeal 8f7ab08a99 don't define host and port, even as null 6 years ago
..
README.md fix error condition 6 years ago
echo.js tested normal and error conditions for a few different things 6 years ago
pair-request.js ws 6 years ago
pair-state.js comments 6 years ago
windows-pipe.js don't define host and port, even as null 6 years ago
windows-spawn-pipe.js don't define host and port, even as null 6 years ago

README.md

There are a number of conditions and whatnot that must be tested in more-or-less real-world conditions.

telebit init // fresh install telebit init // after install complete

telebit http 3000 // have an app listening on localhost:3000 telebit http 4545 // do not have an app listening

telebit http ./path/to/site telebit http ./path/to/dir telebit http ./path/to/file telebit http ./doesnt/exist

telebit ssh auto // do have ssh listening on localhost:22 telebit ssh 4545 // do have ssh listenening

telebit tcp 3000 // have an echo server listening on localhost:3000 telebit tcp 4545 // no server listening

telebit tcp ./path/to/file telebit tcp ./path/to/dir