Merge pull request #20 from mwt/mwt-patch-1

Remove reference to AP region in README
This commit is contained in:
Vincent Hsu 2025-04-25 15:58:01 +08:00 committed by GitHub
commit 22483bceb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
## 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 use _Asia Pacific_ region to serve both **HTTP** and **TCP** tunnels
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!