Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirillshevch/localtunnel-restarter
https://github.com/kirillshevch/localtunnel-restarter
https localtunnel proxy
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirillshevch/localtunnel-restarter
- Owner: kirillshevch
- License: mit
- Created: 2017-01-14T15:59:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T13:09:17.000Z (over 7 years ago)
- Last Synced: 2024-10-18T14:55:59.712Z (26 days ago)
- Topics: https, localtunnel, proxy
- Language: Ruby
- Size: 8.79 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Localtunnel::Restarter
Command line tool which keeps localtunnel working
## Installation
You need installed [localtunnel](//github.com/localtunnel/localtunnel) and ruby
install it yourself as:
$ gem install localtunnel-restarter
## Usage
Type:
$ localtunnel-restarter --port 9292 --subdomain exampledomain
And use link https://exampledomain.localtunnel.me/Or just with number port
$ localtunnel-restarter --port 8080
And link will be generated with random name
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kirillweb/localtunnel-restarter.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).