systemd-ngrok/README.md

12 lines
553 B
Markdown
Raw Normal View History

## Installation
2017-04-10 04:40:27 +00:00
1. Clone this repository to the target machine (eg: Raspberry Pi)
2. Get your `authtoken` from ngrok website
3. Inspect and modify the configuration file `ngrok.yml`, by default this config will use _Asia Pacific_ region to serve both **HTTP** and **TCP** tunnels
4. Run `sudo ./install.sh <your_authtoken>`, replace `<your_authtoken>` with the token you've obtained before from ngrok website.
5. You're good to go!
2017-04-10 04:40:27 +00:00
2022-02-08 09:27:01 +00:00
## Acknowledgements
Ngrok architecture auto detection was contributed by [David Eleazar](https://github.com/elzdave).