From 79986fc85fae8c7cfa15a9d959e731b00f6d3747 Mon Sep 17 00:00:00 2001 From: Seth Date: Mon, 25 Nov 2024 13:32:14 +1300 Subject: [PATCH] changed ip so it binds to all network interfaces --- OutGaugeInterpreter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index 2393f38..9504e38 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -15,7 +15,7 @@ if not(sys.version_info[0] == 3 and sys.version_info[1] == 11): runningOs = platform.system() -UDP_IP = "127.0.0.1" +UDP_IP = "0.0.0.0" BEAMNG_UDP_PORT = 4444 FORZA_UDP_PORT= 4843 SERIAL_PORT = ""