mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-12-03 19:39:14 +08:00
modify LOCAL_IP desc
This commit is contained in:
parent
8f5ce48939
commit
93a89b8ea3
@ -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) |
|
||||
|
BIN
db_v2.sqlite3
BIN
db_v2.sqlite3
Binary file not shown.
@ -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";
|
Loading…
Reference in New Issue
Block a user