fix example

This commit is contained in:
onyx-and-iris 2025-05-06 23:42:32 +01:00
parent e0dc2c02d9
commit a0c1f15ef0

View File

@ -34,7 +34,7 @@ Each of the flags has a corresponding environment variable:
Multiple rcon proxies may be configured by setting *--ports-mapping/Q3RCON_PORTS_MAPPING* like so: Multiple rcon proxies may be configured by setting *--ports-mapping/Q3RCON_PORTS_MAPPING* like so:
```console ```console
export Q3RCON_TARGET_PORTS="20000:28960;20001:28961;20002:28962" export Q3RCON_PORTS_MAPPING="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. 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.