From 1f1a184cff3ba289cc45e3097e51adc203e137a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douze=20B=C3=A9?= <12b@distrilab.fr> Date: Sat, 4 May 2024 11:08:24 +0200 Subject: [PATCH] Change bind address from localhost to 127.0.0.1 --- conf/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index 82fd900..479e49c 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -304,7 +304,7 @@ listeners: tls: false type: http x_forwarded: true - bind_addresses: [localhost] + bind_addresses: [127.0.0.1] resources: - names: [client, federation]