mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2026-02-21 01:58:37 +00:00
553 B
553 B
Installation
- Clone this repository to the target machine (eg: Raspberry Pi)
- Get your
authtokenfrom ngrok website - Inspect and modify the configuration file
ngrok.yml, by default this config will use Asia Pacific region to serve both HTTP and TCP tunnels - Run
sudo ./install.sh <your_authtoken>, replace<your_authtoken>with the token you've obtained before from ngrok website. - You're good to go!
Acknowledgements
Ngrok architecture auto detection was contributed by David Eleazar.