config.json aktualisiert

This commit is contained in:
Cap
2026-02-26 13:14:37 +01:00
parent b51aaf2696
commit e4cd652a80

View File

@@ -3,7 +3,7 @@
{ {
"label": "DayZ Main Server", "label": "DayZ Main Server",
"type": "dayz", "type": "dayz",
"host": "192.168.28.76", "host": "1.2.3.4",
"port": 2302, "port": 2302,
"queryPort": 2303, "queryPort": 2303,
"image": "https://example.com/images/dayz.jpg" "image": "https://example.com/images/dayz.jpg"
@@ -11,9 +11,9 @@
{ {
"label": "CS2 Server", "label": "CS2 Server",
"type": "cs2", "type": "cs2",
"host": "192.168.28.76", "host": "1.2.3.4",
"port": 27015, "port": 27015,
"image": "https://example.com/images/cs2.jpg" "image": "https://example.com/images/cs2.jpg"
} }
] ]
} }