From 97a02e7a990b8244b8ea817e84a601e519ad2cbd Mon Sep 17 00:00:00 2001 From: Cap Date: Thu, 26 Feb 2026 12:41:46 +0100 Subject: [PATCH] config.json aktualisiert --- config.json | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/config.json b/config.json index bd8e274..7369318 100644 --- a/config.json +++ b/config.json @@ -3,30 +3,17 @@ { "label": "DayZ Main Server", "type": "dayz", - "host": "1.2.3.4", + "host": "192.168.28.76", "port": 2302, + "queryPort": 2303, "image": "https://example.com/images/dayz.jpg" }, { - "label": "Counter Strike 2", + "label": "CS2 Server", "type": "cs2", - "host": "1.2.3.4", + "host": "192.168.28.76", "port": 27015, "image": "https://example.com/images/cs2.jpg" - }, - { - "label": "Rust Server", - "type": "rust", - "host": "1.2.3.4", - "port": 28015, - "image": "https://example.com/images/rust.jpg" - }, - { - "label": "ARK Server", - "type": "arkse", - "host": "1.2.3.4", - "port": 7777, - "image": "https://example.com/images/ark.jpg" } ] }