config.json aktualisiert

This commit is contained in:
Cap
2026-02-26 12:41:46 +01:00
parent 1fdd8cd3a3
commit 97a02e7a99

View File

@@ -3,30 +3,17 @@
{ {
"label": "DayZ Main Server", "label": "DayZ Main Server",
"type": "dayz", "type": "dayz",
"host": "1.2.3.4", "host": "192.168.28.76",
"port": 2302, "port": 2302,
"queryPort": 2303,
"image": "https://example.com/images/dayz.jpg" "image": "https://example.com/images/dayz.jpg"
}, },
{ {
"label": "Counter Strike 2", "label": "CS2 Server",
"type": "cs2", "type": "cs2",
"host": "1.2.3.4", "host": "192.168.28.76",
"port": 27015, "port": 27015,
"image": "https://example.com/images/cs2.jpg" "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"
} }
] ]
} }