diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index af62bf9..70d5373 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -186,7 +186,7 @@ listeners: tls: false type: http x_forwarded: true - bind_addresses: ['::1', '127.0.0.1'] + bind_addresses: [127.0.0.1] resources: - names: [client, federation] diff --git a/conf/synapse-coturn.service b/conf/synapse-coturn.service index 6b34a13..4c700a6 100644 --- a/conf/synapse-coturn.service +++ b/conf/synapse-coturn.service @@ -8,7 +8,7 @@ User=turnserver Group=turnserver Type=notify EnvironmentFile=/etc/matrix-__APP__/coturn_env -ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS --pidfile= +ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS -L 0.0.0.0 --pidfile= Restart=on-failure InaccessibleDirectories=/home PrivateTmp=yes