From e4cd652a807b13ece54ab149ea195080e1568caa Mon Sep 17 00:00:00 2001 From: Cap Date: Thu, 26 Feb 2026 13:14:37 +0100 Subject: [PATCH] config.json aktualisiert --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 7369318..5d60b03 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ { "label": "DayZ Main Server", "type": "dayz", - "host": "192.168.28.76", + "host": "1.2.3.4", "port": 2302, "queryPort": 2303, "image": "https://example.com/images/dayz.jpg" @@ -11,9 +11,9 @@ { "label": "CS2 Server", "type": "cs2", - "host": "192.168.28.76", + "host": "1.2.3.4", "port": 27015, "image": "https://example.com/images/cs2.jpg" } ] -} +} \ No newline at end of file