Add setting to enable ipv6

This commit is contained in:
Tilo Spannagel
2024-03-09 19:27:50 +00:00
parent a4d5fec8bb
commit 3f03ca7f69
67 changed files with 69 additions and 0 deletions

View File

@@ -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