mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 18:59:42 +02:00
Add setting to enable ipv6
This commit is contained in:
@@ -156,6 +156,9 @@ matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"
|
||||
# Specifies on which container network the homeserver is.
|
||||
matrix_homeserver_container_network: "matrix-homeserver"
|
||||
|
||||
# enable ipv6 for all created networks
|
||||
matrix_ipv6_enabled: false
|
||||
|
||||
# Specifies whether the homeserver will federate at all.
|
||||
# Disable this to completely isolate your server from the rest of the Matrix network.
|
||||
matrix_homeserver_federation_enabled: true
|
||||
|
Reference in New Issue
Block a user