Geoff Bourne
Geoff Bourne
Hmm, the `ip_forward` feature seems to work by encoding it into the host field of the handshake. That would be doable here in mc-router https://github.com/SpigotMC/BungeeCord/blob/9c95d4ba43ba84d10e8bb7d7c92d7e6c5f161ed2/proxy/src/main/java/net/md_5/bungee/ServerConnector.java#L108
That's a great idea. I'll need someone from the community to contribute that feature since I have implemented my primary use case via kubernetes and don't have time to implement...
Until https://github.com/itzg/mc-router/issues/17 you will need to use [the REST API](https://github.com/itzg/mc-router#rest-api) or switch to [Kubernetes service discovery](https://github.com/itzg/mc-router#using-kubernetes-service-auto-discovery).
Since you addressed the curl operation with the container IP the mapping of the port isn't needed. As for the usage, I rediscovered that examples will be very helpful, since...
Sorry, no, the Bedrock server's protocol is not currently supported. It could be added later, but for now this solution might help you: https://github.com/itzg/docker-minecraft-bedrock-server/issues/110#issuecomment-735367508
I thought I would just mention that yes, easy-add is bit a overkill for adding a single binary. I also put this in easy-add's README, but here's one alternative I...
> `easy-add` was about 15MB. I removed it and downloaded `rcon-cli` manually and it's only 3MB. > > @itzg Maybe you could run some kind of optimization step on the...
All the `command` arguments are passed as is to the server, so I can't influence that behavior. Please provide full container config so I can provide any specific advice.
Try adding OVERRIDE_SERVER_PROPERTIES=true since it otherwise doesn't touch server.properties after initial creation.
As an environment variable https://github.com/itzg/docker-minecraft-server#server-configuration