From c415d94e50eeea35fe0c2e9b0842267a1f15b15b Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Sat, 10 Dec 2022 08:37:27 +0700 Subject: [PATCH] add kitsune fallback --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.js b/config.js index 5836376..d85423a 100644 --- a/config.js +++ b/config.js @@ -59,6 +59,7 @@ module.exports = { '129.159.58.114': '998945155316973650', '192.168.1.103': '1002806756885413978', 'kitsune.icu': '1004006678460637315', + 'fallback.kitsune.icu': '1050764247518412850', 'mc.chomens41793.ga': '1010734897796763758', 'real.chipmunk.land': '1042590315464364032' }, @@ -87,6 +88,12 @@ module.exports = { kaboom: true, logging: true }, + { + host: 'fallback.kitsune.icu', + port: 25565, + kaboom: true, + logging: true + }, { host: 'real.chipmunk.land', port: 25565,