Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@ekzhang ekzhang released this 28 Apr 02:05
· 3 commits to main since this release

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 #79

Full Changelog: v0.4.1...v0.5.0