Skip to content

Releases: MyJetTools/my-reverse-proxy

0.1.17

19 Jul 17:07
Compare
Choose a tag to compare

HTTP Port forward now works through UnixSocket

0.1.16

19 Jul 14:30
Compare
Choose a tag to compare

Http Port Forward now uses TCP Port forward to 127.0.0.1:5555

0.1.15

11 Jul 11:14
Compare
Choose a tag to compare
  • 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

05 Jul 13:53
Compare
Choose a tag to compare
Removed dangerous debug code

0.1.13

13 Jun 15:12
Compare
Choose a tag to compare
  • Added Ability To Load allowed_users form remote Location

0.1.12

27 Apr 10:50
Compare
Choose a tag to compare
Fixed Bug

0.1.11

24 Apr 03:29
Compare
Choose a tag to compare

Fixed the place we had panic

0.1.10

19 Apr 14:22
Compare
Choose a tag to compare

Fixing the way we accept the connection. No unwraps in accept loop anymore

0.1.9

10 Apr 22:02
Compare
Choose a tag to compare

Added ability to see current configuration

0.1.8

04 Apr 17:13
Compare
Choose a tag to compare
Made better way to handle SslCertificate