Use 127.0.0.1 instead of localhost

This commit is contained in:
Salamandar 2023-09-20 01:01:06 +02:00
parent 248f9bf9cf
commit 40d92a4ecb

View file

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