diff --git a/README.md b/README.md index 8254884..9f23a1b 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/db_v2.sqlite3 b/db_v2.sqlite3 index 3d9350d..c95a2f3 100644 Binary files a/db_v2.sqlite3 and b/db_v2.sqlite3 differ diff --git a/src/version.rs b/src/version.rs index cd0f4db..03a4771 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1,2 +1,2 @@ pub const VERSION: &str = "1.1.6"; -pub const BUILD_DATE: &str = "2023-01-06 10:39"; \ No newline at end of file +pub const BUILD_DATE: &str = "2023-01-06 11:03"; \ No newline at end of file