From 40d92a4ecbb02f8554744fdb31d4496bef04fc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 20 Sep 2023 01:01:06 +0200 Subject: [PATCH] Use 127.0.0.1 instead of localhost --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0937c0f..1f5dfa4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,7 @@ nodejs_version=18 __ynh_register_synapse_app_service() { "$install_dir/bin/matrix-appservice-irc" -r \ -c "$install_dir/config.yaml" \ - -u "http://localhost:$port" \ + -u "http://127.0.0.1:$port" \ -f "$install_dir/appservice-registration-irc.yaml" # This appservice needs it to be duplicated…