From 974ba0d2060c55dbcf588e832acd89e5b2aa5f41 Mon Sep 17 00:00:00 2001 From: Brandon Kurtz Date: Sat, 20 Feb 2021 14:52:01 -0500 Subject: [PATCH] free ngrok tunnels apparently expire after 2 hours (#730) --- tools/ngrok/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ngrok/README.md b/tools/ngrok/README.md index 52a7798a..5ac6c14b 100644 --- a/tools/ngrok/README.md +++ b/tools/ngrok/README.md @@ -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 ```