Skip to content

3.0.2

Choose a tag to compare

@Yonle Yonle released this 19 May 16:21
· 46 commits to master since this release

It's a small release that contains improvements and option for setting limit. Useful for public bouncer.

What's new?

  • Reveal who we are in User-Agent. This tells the upstream relay of what bouncer we are connecting from and what is the maintainer of the bouncer server
  • Config option: max_conn_per_ip. Set maximum incoming connections per IP.

Upgrading

For npm installation, upgrading could be done with the following:

npm i -g bostr@3.0.2

or

npm i -g https://github.com/Yonle/bostr.git

For source code installation, upgrading could be done with the following:

git pull
npm i

Then restart your bouncer to apply update.

Full Changelog: 3.0.1...3.0.2