This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/custom/hopper/config.toml
2023-04-14 20:34:31 +02:00

13 lines
No EOL
484 B
TOML

# the address hopper will listen on
listen = "0.0.0.0:25565"
[routing]
# 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" }
"enneacraft.neo.ixvd.net" = { ip = "enneacraft:25565" }
"enneacraft.nl" = { ip = "enneacraft:25565" }
"deathmatch.enneacraft.nl" = { ip = "enneacraft-deathmatch:25565" }