This commit is contained in:
Didier Slof 2023-01-22 15:23:43 +01:00
parent ab43b6244b
commit 8533d4772d
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 30 additions and 5 deletions

3
custom/hopper/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM ghcr.io/bra1l0r/hopper-rs
COPY config.toml config.toml

10
custom/hopper/config.toml Normal file
View file

@ -0,0 +1,10 @@
# 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!
"kasmc.neo.ixvd.net" = { ip = "kasmc:25565" }
"sb3.neo.ixvd.net" = { ip = "stoneblock3:25565"}