Geoff Bourne

Results 719 comments of Geoff Bourne

Right now, the only other way would be to use the REST API. The code could be enhanced to handle a SIGHUP to reload the config file or watch the...

> this may be a case of Minecraft being too old given that it is version 1.2.5. That's a very good theory.

Good find. It looks like the [packet framing](https://wiki.vg/index.php?title=Protocol&oldid=4899#Packets) is different but still pretty simple. I'm not sure if this could be reliably detected, so will need a command line argument...

It would need to interpret the RakNet protocol that bedrock uses on UDP to correctly route the datagrams to the associated backend. Worse still it would have to interpret and...

I still haven't come across one, but would be very glad to add that as a pointer in the docs. I'm now thinking that searching for "raknet proxy" might be...

Can you clarify the use case such as with a simple network diagram? mc-router already has the option to originate PROXY to the backend Minecraft servers, so I'm not sure...

Thanks for clarifying. That totally makes sense. Does it seem to be reasonable to have that be an instance wide argument like `--pass-thru-proxy`?

That will be dependent on what restic, rclone, and/or tar can support. Any chance you can research output file splitting provided by any of those?

That seems like a good approach and would fine to be supported for tar backup method only. Want to make the code change 😀? If not, I can queue it...