aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author3x3cut0r <[email protected]>2024-03-15 14:30:12 +0100
committerGitHub <[email protected]>2024-03-15 21:30:12 +0800
commit1a7cee157ce8dc7f6324fef8cebbe8fdf1eef25f (patch)
treeefa91ad370889b727c4c54ddf0dff344d3d7afcf
parent72641270f1d8f6117c012c367abed45cc3a61063 (diff)
downloadrustdesk-server-1a7cee157ce8dc7f6324fef8cebbe8fdf1eef25f.tar.gz
rustdesk-server-1a7cee157ce8dc7f6324fef8cebbe8fdf1eef25f.zip
Update README.md (#389)
RELAY_SERVERS was renamed RELAY, as this variable does not exist
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a979e09..92d3b30 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ You can specify the variables as usual or use an `.env` file.
| KEY | hbbs/hbbr | if set force the use of a specific key, if set to **"_"** force the use of any key |
| LIMIT_SPEED | hbbr | speed limit (in Mb/s) |
| PORT | hbbs/hbbr | listening port (21116 for hbbs - 21117 for hbbr) |
-| RELAY_SERVERS | hbbs | IP address/DNS name of the machines running hbbr (separated by comma) |
+| RELAY | hbbs | IP address/DNS name of the machines running hbbr (separated by comma) |
| RUST_LOG | all | set debug level (error\|warn\|info\|debug\|trace) |
| SINGLE_BANDWIDTH | hbbr | max bandwidth for a single connection (in Mb/s) |
| TOTAL_BANDWIDTH | hbbr | max total bandwidth (in Mb/s) |