mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 10:48:10 +02:00
Optimized IP6 deactivation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user