modify LOCAL_IP desc

This commit is contained in:
rustdesk 2023-01-06 11:04:57 +08:00
parent 8f5ce48939
commit 93a89b8ea3
3 changed files with 2 additions and 2 deletions

View File

@ -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) |

Binary file not shown.

View File

@ -1,2 +1,2 @@
pub const VERSION: &str = "1.1.6";
pub const BUILD_DATE: &str = "2023-01-06 10:39";
pub const BUILD_DATE: &str = "2023-01-06 11:03";