Skip to content

Releases: mvdschee/reverse-proxy

V0.2.2

16 Jun 08:03
5787bf1

Choose a tag to compare

  • rename certificates to certificate_configs to better describe what it is.
  • clean up imports
  • expand readme with explaining what the reverse-proxy does and why

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Jun 07:59
7a6dfaf

Choose a tag to compare

Small bug fix, fixed bind to HTTP port twice

Full Changelog: v0.2.0...v0.2.1

V0.2.0

21 May 18:28
522af03

Choose a tag to compare

Release V0.2.0

The first release didn't work at all. I made one big mistake with the address bindings: I assumed each port binding would be merged, but the binding turned out to be more low-level than I thought. This version fixes it.

The rest of the changes are just to make the reverse proxy work consistently.

Full Changelog: v0.1.1...v0.2.0

V0.1.1

17 May 10:39
673a9c3

Choose a tag to compare

Hello world, this is the first release of the reverse-proxy based on Pingora. It's compact, performant, and secure, with some nice-to-haves and a hardened default pattern.

Be aware this is mostly a testing release for me to find issues.

Features:

  • Simple configuration file to handle HTTP and HTTPS traffic
  • HTTPS with self-signed certificates
  • Automatic upgrade to HTTPS traffic
  • Hardened docker image for best security