rustdesk лет назад: 3
Родитель
Сommit
93a89b8ea3
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      README.md
  2. BIN
      db_v2.sqlite3
  3. 1 1
      src/version.rs

+ 1 - 1
README.md

@@ -328,7 +328,7 @@ You can specify the variables as usual or use an `.env` file.
328 328
 | DOWNGRADE_THRESHOLD | hbbr | threshold of downgrade check (bit/ms) |
329 329
 | KEY | hbbs/hbbr | if set force the use of a specific key, if set to **"_"** force the use of any key |
330 330
 | LIMIT_SPEED | hbbr | speed limit (in Mb/s) |
331
-| LOCAL_IP | hbbs | hbbs IP address used in hole-punching |
331
+| LOCAL_IP | hbbs | hbbs local IP address used together with MASK for solving relay failure between LAN and WAN |
332 332
 | MASK | hbbs | network+mask of LAN IPs |
333 333
 | PORT | hbbs/hbbr | listening port (21116 for hbbs - 21117 for hbbr) |
334 334
 | RELAY_SERVERS | hbbs | IP address/DNS name of the machines running hbbr (separated by comma) |


+ 1 - 1
src/version.rs

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