From 60bf0607914c09285dfc83760cf0d1520c5c85ea Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 25 Mar 2023 16:26:23 +0100 Subject: [PATCH] add a thingy --- custom/hopper/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/hopper/config.toml b/custom/hopper/config.toml index f4b1b37..ca94ee3 100644 --- a/custom/hopper/config.toml +++ b/custom/hopper/config.toml @@ -2,9 +2,10 @@ listen = "0.0.0.0:25565" [routing] -default = { ip = "smpxmc:25565" } # optional +# default = { ip = "smpxmc:25565" } # optional [routing.routes] "mc.ixvd.net" = { ip = "smpxmc:25565" } # hostnames are supported too! "play.rijnijssel.net" = { ip = "vanilla:25565" } -"kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" } \ No newline at end of file +"kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" } +"enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" } \ No newline at end of file