Releases: MyJetTools/my-reverse-proxy
Releases · MyJetTools/my-reverse-proxy
0.1.17
HTTP Port forward now works through UnixSocket
0.1.16
Http Port Forward now uses TCP Port forward to 127.0.0.1:5555
0.1.15
- Google Auth Section now can be populated from Variable
- We can add domain for TLS endpoint
5124:
endpoint:
type: http
debug: false
locations:
- proxy_pass_to: https://127.0.0.1:8443
domain_name: google.com
0.1.14
Removed dangerous debug code
0.1.13
- Added Ability To Load allowed_users form remote Location
0.1.11
Fixed the place we had panic
0.1.10
Fixing the way we accept the connection. No unwraps in accept loop anymore
0.1.9
Added ability to see current configuration
0.1.8
Made better way to handle SslCertificate