Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bore-v0.5.0-i686-pc-windows-msvc.zip | 2023-04-28 | 671.7 kB | |
bore-v0.5.0-aarch64-apple-darwin.tar.gz | 2023-04-28 | 994.7 kB | |
bore-v0.5.0-x86_64-apple-darwin.tar.gz | 2023-04-28 | 998.9 kB | |
bore-v0.5.0-x86_64-pc-windows-msvc.zip | 2023-04-28 | 701.1 kB | |
bore-v0.5.0-x86_64-unknown-linux-musl.tar.gz | 2023-04-28 | 2.1 MB | |
bore-v0.5.0-armv7-unknown-linux-gnueabihf.tar.gz | 2023-04-28 | 1.9 MB | |
bore-v0.5.0-i686-unknown-linux-musl.tar.gz | 2023-04-28 | 2.2 MB | |
bore-v0.5.0-arm-unknown-linux-gnueabi.tar.gz | 2023-04-28 | 2.0 MB | |
README.md | 2023-04-28 | 694 Bytes | |
v0.5.0 source code.tar.gz | 2023-04-28 | 22.5 kB | |
v0.5.0 source code.zip | 2023-04-28 | 30.3 kB | |
Totals: 11 Items | 11.6 MB | 0 |
This version changes the behavior of bore in relation to the --min-port
option. Now, when a minimum port is specified, any user that connects to bore by default (port: 0) will pick a random port that respects the value of the option. Previously the min port was only used as validation when the user connected with an explicitly specified --port
variable, and the OS was queried for a free port instead.
This also lets us add a --max-port
option, which was requested by multiple people.
What's Changed
- Use random ports when port number is 0 by @ekzhang in https://github.com/ekzhang/bore/pull/79
Full Changelog: https://github.com/ekzhang/bore/compare/v0.4.1...v0.5.0