From cc6e455e351c613fa69668c5207d737ec4265b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douze=20B=C3=A9?= <12b@distrilab.fr> Date: Fri, 3 May 2024 14:39:59 +0200 Subject: [PATCH] Fix issue of synapse not starting on ipv4 only server --- conf/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index a61ad43..82fd900 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -304,7 +304,7 @@ listeners: tls: false type: http x_forwarded: true - bind_addresses: ['::1', '127.0.0.1'] + bind_addresses: [localhost] resources: - names: [client, federation]