3.0.2-3
This is a small revision that contains minor bug fix and introduction to ConnID in user agent header.
What's new?
- ConnID in User Agent. See 014d469. Don't worry, It does not expose your IP.
- Fix for HTTP page where handling
x-forwarded-proto
is not being handled properly
Upgrading
For npm installation, upgrading could be done with the following:
npm i -g bostr@3.0.2-3
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.2-2...3.0.2-3