free ngrok tunnels apparently expire after 2 hours (#730)

This commit is contained in:
Brandon Kurtz
2021-02-20 14:52:01 -05:00
committed by GitHub
parent 4c52a283e0
commit 974ba0d206

View File

@@ -28,7 +28,7 @@ Some of the steps are only required for first time setup.
_Note:_ When the ngrok tunnel expires, you have to re-enroll the test device. The `configure_mdmctl` updates the DEP profile, so all you need to do is either reset the VM, or run `sudo /usr/bin/profiles -e -N` if testing with a real Mac.
1. Run ngrok. A tunnel will be opened. If you're using the free version of `ngrok` this URL is only valid for 8 hours, but you can always start with a new URL.
1. Run ngrok. A tunnel will be opened. If you're using the free version of `ngrok` this URL is only valid for 2 hours, but you can always start with a new URL.
```
ngrok http 8080
```