add link to q3rcon client

This commit is contained in:
onyx-and-iris 2024-11-29 04:29:18 +00:00
parent 9b4a05c0f4
commit b0a6ba8180

View File

@ -8,12 +8,12 @@ Unfortunately the Q3Rcon engine ties the rcon port to the game servers public po
### Use
Run one or multiple rcon proxies by setting an environment variable `Q3RCON_PROXY`
Run one or multiple rcon proxies by setting an environment variable `Q3RCON_TARGET_PORTS`
for example:
```bash
export Q3RCON_PROXY="20000:28960;20001:28961;20002:28962"
export Q3RCON_TARGET_PORTS="20000:28960;20001:28961;20002:28962"
```
This would configure q3rcon-proxy to run 3 proxy servers listening on ports `20000`, `20001` and `20002` that redirect rcon requests to game servers on ports `28960`, `28961` and `28962` respectively.
@ -32,3 +32,9 @@ Set the log level with environment variable `Q3RCON_LOGLEVEL`:
[lilproxy_url]: https://github.com/dgparker/lilproxy
[user_link]: https://github.com/dgparker
### Further Notes
For a compatible rcon client also written in Go consider checking out the [Q3 Rcon][q3rcon] package.
[q3rcon]: https://github.com/onyx-and-iris/q3rcon