Geoff Bourne

Results 719 comments of Geoff Bourne

Docker is providing DNS internally to resolve service names to container IP address. Google for that particular symptom to look for solutions. The docs say to set RCON_RETRIES to a...

It's not possible to route rcon. There is no header packet that specifies which host is intended for connection.

> Oh, bummer. Feature request? Feature request for whom? It's an established protocol. > Seems it's not working on it's own either? Meaning 25565 goes through router to subdomain and...

If you could help locate Nomad APIs specifically for container label lookups, then that would be great. I'm guessing it's pretty similar or identical to the docker APIs.

Great suggestion. It takes a bit more to get going, but I actually included command history support in https://github.com/itzg/rcon-hub

Mentioning a terminal reminded of this project I created (and that needs some refreshes probably) https://github.com/itzg/rcon-hub I'll work on bringing some of the bits over from there to do command...

Hmm, this app currently depends on (is at the mercy of) https://github.com/james4k/rcon, which apparently hasn't been updated since 2012 😟 I should probably either fork that library or just consume...

...yeah, I'm just going to re-implement the rcon packet handling since it's a pretty easy protocol. With that I'll go with the 2nd bullet, 3rd trick, as you suggested.

Agreed. It's doable, as researched in https://github.com/itzg/rcon-cli/issues/4, just need to get around to it.

What's an example of a command that'll typically get a fragmented response? `help` command?