From b7bdaaf3596cf452d979a775f6df92f7a2c99d86 Mon Sep 17 00:00:00 2001 From: felikcat <29991266+felikcat@users.noreply.github.com> Date: Mon, 17 Apr 2023 05:23:40 -0700 Subject: [PATCH] Add missing new line Co-authored-by: Nicolas Mowen --- docs/docs/configuration/live.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index fd1796960..07cb5bac8 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -78,6 +78,7 @@ WebRTC works by creating a TCP or UDP connection on port `8555`. However, it req - 192.168.1.10:8555 - stun:8555 ``` + - For access through Tailscale, the Tailscale IP of the Frigate system must be added as a WebRTC candidate. Tailscale IPs all start with 100. (CIDR: 100.0.0.0/8). :::tip