Add missing new line

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
felikcat 2023-04-17 05:23:40 -07:00 committed by GitHub
parent ecb5dce14f
commit b7bdaaf359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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