From c7cae93597255c5352c832b6eb53525e30c8c6c4 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 26 Sep 2025 13:46:55 +0200 Subject: [PATCH] Optimized IP6 deactivation --- roles/web-app-bigbluebutton/templates/env.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/web-app-bigbluebutton/templates/env.j2 b/roles/web-app-bigbluebutton/templates/env.j2 index 662fdd6d..45468fa3 100644 --- a/roles/web-app-bigbluebutton/templates/env.j2 +++ b/roles/web-app-bigbluebutton/templates/env.j2 @@ -43,7 +43,9 @@ DOMAIN={{ domain }} # IP EXTERNAL_IPv4={{ networks.internet.ip4 }} -EXTERNAL_IPv6={{ networks.internet.ip6 if BBB_IP6_ENABLED else '' }} +{% if BBB_IP6_ENABLED %} +EXTERNAL_IPv6={{ networks.internet.ip6 }} +{% endif %} # STUN SERVER # stun.freeswitch.org