From a0c1f15ef0e3c5390e195e588073826fd0b4efca Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 6 May 2025 23:42:32 +0100 Subject: [PATCH] fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2e18d..e9c960a 100644 --- a/README.md +++ b/README.md @@ -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: ```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.