hopper
This commit is contained in:
parent
ab43b6244b
commit
8533d4772d
3 changed files with 30 additions and 5 deletions
10
custom/hopper/config.toml
Normal file
10
custom/hopper/config.toml
Normal 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"}
|
Reference in a new issue