From 359e45a7482f2468a88fb7bce56ced979de18242 Mon Sep 17 00:00:00 2001 From: Daniel Harrelson Date: Mon, 11 Mar 2024 08:13:07 -0400 Subject: [PATCH] Update live.md (#10366) Incorrectly stated tailscale used 100.0.0.0/8 CIDR block. Correct CIDR block for tailscale in 100.64.0.0/10 RFC6598 --- docs/docs/configuration/live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 003e7599c..163b16179 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -79,7 +79,7 @@ WebRTC works by creating a TCP or UDP connection on port `8555`. However, it req - stun:8555 ``` -- For access through Tailscale, the Frigate system's Tailscale IP must be added as a WebRTC candidate. Tailscale IPs all start with `100.`, and are reserved within the `100.0.0.0/8` CIDR block. +- For access through Tailscale, the Frigate system's Tailscale IP must be added as a WebRTC candidate. Tailscale IPs all start with `100.`, and are reserved within the `100.64.0.0/10` CIDR block. :::tip