https://github.com/hanson/ngrok-script
A script to run local ngrok client for linux and windows
https://github.com/hanson/ngrok-script
ngrok ngrok-script
Last synced: 3 months ago
JSON representation
A script to run local ngrok client for linux and windows
- Host: GitHub
- URL: https://github.com/hanson/ngrok-script
- Owner: Hanson
- Created: 2017-04-03T08:54:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T15:06:28.000Z (over 8 years ago)
- Last Synced: 2025-04-14T04:13:32.829Z (6 months ago)
- Topics: ngrok, ngrok-script
- Language: Shell
- Size: 9.3 MB
- Stars: 34
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngrok-script
A script to run local ngrok client for linux and windowsThis ngrok server is using http://ngrok.2bdata.com which is totally free.
## Usage
windows:
```
ngrok.bat domain
```linux or mac:
```
./ngrok.sh domain
```Then ngrok will run as domain `domain.tunnel.2bdata.com`
![]()