From 014fd1101b05d50c39a674eb90c97680c8233f8e Mon Sep 17 00:00:00 2001 From: jameskimmel <17176225+jameskimmel@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:19:43 +0200 Subject: [PATCH] Update index.md --- docs/general/networking/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/networking/index.md b/docs/general/networking/index.md index 1222b01bc..a54058ee2 100644 --- a/docs/general/networking/index.md +++ b/docs/general/networking/index.md @@ -15,7 +15,7 @@ HTTP and HTTPS are the primary means of connecting to the server. If using a sel :::caution -In order for Chromecast to work on a non-public routable connection, 8.8.8.8 must be blocked on the Chromecast's Gateway. Blocking 8.8.8.8 on your router is the easiest solution to this problem. +In order for Chromecast to work on a non-public routable IPv4 connection, 8.8.8.8 must be blocked on the Chromecast's Gateway. Blocking 8.8.8.8 and redirecting local DNS requests to your local Jellyfin IP on your router is a solution to this problem. Another solution would be to use IPv6 instead of IPv4. For IPv6 there is no differentiation between public and local IP. One single IPv6 address can be publicly routable and accessible from the local LAN. :::