diff options
author | rustdesk <[email protected]> | 2023-01-06 11:04:57 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-01-06 11:04:57 +0800 |
commit | 93a89b8ea30416f5190ef94a79a8a27f202d5f36 (patch) | |
tree | 27534020f4afe70dc859c490d38e1a98126aaf29 /README.md | |
parent | 8f5ce4893930e0e2bc3a5bc5a49bf6a1be18eca1 (diff) | |
download | rustdesk-server-93a89b8ea30416f5190ef94a79a8a27f202d5f36.tar.gz rustdesk-server-93a89b8ea30416f5190ef94a79a8a27f202d5f36.zip |
modify LOCAL_IP desc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ You can specify the variables as usual or use an `.env` file. | DOWNGRADE_THRESHOLD | hbbr | threshold of downgrade check (bit/ms) | | 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) | -| LOCAL_IP | hbbs | hbbs IP address used in hole-punching | +| LOCAL_IP | hbbs | hbbs local IP address used together with MASK for solving relay failure between LAN and WAN | | MASK | hbbs | network+mask of LAN IPs | | 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) | |