20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"label": "DayZ Main Server",
|
|
"type": "dayz",
|
|
"host": "192.168.28.76",
|
|
"port": 2302,
|
|
"queryPort": 2303,
|
|
"image": "https://example.com/images/dayz.jpg"
|
|
},
|
|
{
|
|
"label": "CS2 Server",
|
|
"type": "cs2",
|
|
"host": "192.168.28.76",
|
|
"port": 27015,
|
|
"image": "https://example.com/images/cs2.jpg"
|
|
}
|
|
]
|
|
}
|