From c568397969f30be5b571602ee380087e5d4c21f1 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 23 Oct 2025 08:49:06 +0200 Subject: [PATCH] debian: Enable IPv6 by default With global IPv4 exhaustion and widespread IPv6 deployment by ISPs, enabling IPv6 by default ensures compatibility with modern dual-stack and IPv6-only networks. If people wants to disable it, they can do it manuallly. Signed-off-by: Josef Schlehofer --- debian/tvheadend.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tvheadend.default b/debian/tvheadend.default index 042a61231..fcbd8b9aa 100644 --- a/debian/tvheadend.default +++ b/debian/tvheadend.default @@ -35,7 +35,7 @@ TVH_ADAPTERS="" # TVH_IPV6 # if set to 1 will enable IPv6 support -TVH_IPV6=0 +TVH_IPV6=1 # TVH_HTTP_PORT # if set to "" will use binary default -- 2.47.3