hopefully fixes hopper
All checks were successful
update neo with compose files / deploy the config on the server (push) Successful in 7s
update neo with compose files / notify after actions (push) Successful in 1s

This commit is contained in:
Didier Slof 2023-05-02 01:45:38 +02:00
parent 99de8c8350
commit 60a917146c
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 1 additions and 1 deletions

13
custom/hopper/Config.toml Normal file
View file

@ -0,0 +1,13 @@
# 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" }