From 65d7ee4e27e5557fc4445b4591b353f049374c1c Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Wed, 11 Sep 2024 00:18:06 +0200 Subject: [PATCH] fix(satisfactory): add workaround for 1.0 connectivity issues Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> --- satisfactory/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satisfactory/entrypoint.sh b/satisfactory/entrypoint.sh index 6187d73..35a61ac 100644 --- a/satisfactory/entrypoint.sh +++ b/satisfactory/entrypoint.sh @@ -69,7 +69,7 @@ function update() { function start() { cd /home/ips-hosting/Engine/Binaries/Linux - local start_command="./FactoryServer-Linux-Shipping FactoryGame -Port=${PORT:-7777} -DisablePacketRouting" + local start_command="./FactoryServer-Linux-Shipping FactoryGame -Port=${PORT:-7777} -DisablePacketRouting -ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any" export UE_PROJECT_ROOT="/home/ips-hosting"