From ecb5dce14f9b83a8c5801e5c11a925bb4ad55a03 Mon Sep 17 00:00:00 2001 From: felikcat <29991266+felikcat@users.noreply.github.com> Date: Mon, 17 Apr 2023 05:09:35 -0700 Subject: [PATCH] live.md | Add a note for Tailscale usage --- 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 9cf30cd1a..fd1796960 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