Optimized IP6 deactivation

This commit is contained in:
2025-09-26 13:46:55 +02:00
parent 6ea0d09f14
commit c7cae93597

View File

@@ -43,7 +43,9 @@ DOMAIN={{ domain }}
# IP # IP
EXTERNAL_IPv4={{ networks.internet.ip4 }} 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 SERVER
# stun.freeswitch.org # stun.freeswitch.org