mc-router
mc-router copied to clipboard
Refresh Servers without closing router.
How can i refresh the servers every 10 seconds without closing the router?
Can you clarify what you mean by refreshing the servers?
Hey Itzg, Thanks for making the Minecraft server docker image.
I mean that i can have it like infrared so like there is a proxies folder and i can just add one and it automatically adds it without needing to close it.
Infrared is broken so i rather use this
For both Docker and Kubernetes there is support for auto-discovery at runtime. Take a look at the README for more info.
...to clarify though, it is just a router and doesn't include some of the other features of Infrared like idle server and auto-start.
yea i know, its perfect for my needs. i am not running it in docker tho. is there no way to make them reload the config automatically?
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 file for changes.