From dd68cbdeb6382fc535c4d66494dcf01c5ffb297c Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Tue, 3 Nov 2015 20:21:13 +0100 Subject: [PATCH] Added a config file with list of servers to poll. --- servers.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 servers.json diff --git a/servers.json b/servers.json new file mode 100644 index 0000000..45c6b8f --- /dev/null +++ b/servers.json @@ -0,0 +1,25 @@ +{ + "timeout": 30, + "pollservers": [ + { + "Title": "Baystation12", + "GameUrl": "baystation12.net:8000", + "SiteUrl": "http://baystation12.net/" + }, + { + "Title": "Apollo Station", + "GameUrl": "192.95.55.67:3333", + "SiteUrl": "https://apollo-community.org/" + }, + { + "Title": "tgstation13 - Sybil", + "GameUrl": "game.tgstation13.org:1337", + "SiteUrl": "https://tgstation13.org/" + }, + { + "Title": "tgstation13 - Bagil", + "GameUrl": "game.tgstation13.org:2337", + "SiteUrl": "https://tgstation13.org/" + } + ] +}