@soubhikchatterjee/tunnel-agent
v1.1.2
Published
Expose your local server to the outside world!
Downloads
6
Maintainers
Readme
Tunnel Agent - Client
Expose your local server to the outside world Tunnel Agent.
Installation
$ npm i -g @soubhikchatterjee/tunnel-agent
Start the application
$ ta start 3000
Output
You url is ready at: https://secret-dinosaurs-qt9rlbteg8o.tunnelagent.com
Options
| Flag | Description | Example | | ----------------- | --------------------------------------------------------- | ------- | | -s or --subdomain | any subdomain of your choice. Ignore to generate randomly | johndoe |
Example with subdomain
$ ta start 3000 -s johndoe
Output
You url is ready at: https://johndoe.tunnelagent.com