Closed Nightreaver closed 10 months ago
RCON protocol is TCP https://developer.valvesoftware.com/wiki/Source_RCON_Protocol Where as Query uses UDP.
Ideally, i can update it to reflect those configurations:
ports:
- "15636:15636/udp"
- "15636:15636/tcp"
- "15637:15637/udp"
- "15637:15637/tcp"
If I check with netstat, i dont really seen that many opened ports
Thanks, this fixed for me on Linux. Didn't realize it needed to be so specific.
as descriptions sais, port 15637 should be set to udp (
- "15637:15637/udp"
) for the server to work