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