mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-06 15:05:48 +00:00
369 B
369 B
Installation
Step 1: Place ngork
in /opt/ngrok/
Step 2: Get authtoken
from ngrok website, then add it to /opt/ngrok/ngrok.yml
Step 3: Add ngork.service
to /etc/systemd/system/
Step 4: Start ngork service by typing:
systemctl daemon-reload
systemctl enable ngrok.service
systemctl start ngrok.service