From ac3563175a17feb8c1b2b3445e47189d871958c4 Mon Sep 17 00:00:00 2001 From: Vitor Lima Date: Wed, 25 Sep 2024 15:01:39 -0300 Subject: [PATCH] docs: update README for local testing to include `--unsafe-mode` flag usage with relay service --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abf6ec..2658763 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,11 @@ The Relay comes with pre-set TLS certificates configured during build time, so y The default port for the Middleware Endpoint is 3001, but you can change this by setting the downlink_port in your (configuration file)[#configuration-file-and-environment-variables]. Repl 3. **Local Testing**: - For local testing, you can use tools like ngrok or tailscale to expose your local server to the internet securely. + For local testing, you can use tools like ngrok or tailscale to expose your local server to the internet securely. Ensure to run the relay with the `--unsafe-mode` flag. + + ```sh + tagoio-relay start --unsafe-mode + ``` **Using Ngrok:** ```bash