mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-05-12 04:31:34 +00:00

The config no longer specified AP region. This commit updates the readme to reflect this change.
12 lines
527 B
Markdown
12 lines
527 B
Markdown
## Installation
|
|
|
|
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 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!
|
|
|
|
## Acknowledgements
|
|
|
|
Ngrok architecture auto detection was contributed by [David Eleazar](https://github.com/elzdave).
|