Skip to content

Releases: rekby/lets-proxy2

Upgrade compiler to go 1.16

15 Mar 21:54
c4c19cb
Compare
Choose a tag to compare

Upgrade compiler to go 1.16

  • Fix http transport typo
  • Add access log
  • Improove domain logging

Upgrade compiler to go 1.15

02 Dec 00:18
f736ced
Compare
Choose a tag to compare
Merge pull request #144 from rekby/up-to-go-1.15

upgrade to go 1.15

Add default forward headers

20 Jul 19:51
53673a3
Compare
Choose a tag to compare
Merge pull request #141 from rekby/devel

Add default forwarded

vendor

03 Jul 01:32
e4e5915
Compare
Choose a tag to compare
Merge pull request #139 from rekby/devel

vendor

Fix nil panics, add cert modes config

03 Jul 00:20
b372633
Compare
Choose a tag to compare
Pre-release
Merge pull request #138 from rekby/devel

Allow disable some cert type

Add settings for subdomains, added to main domain.

07 Mar 22:00
9307175
Compare
Choose a tag to compare
v0.23.11

Add custom subdomains

Autodetect IP from AWS metadata and external ip detector.

07 Mar 19:39
fec9ab0
Compare
Choose a tag to compare
  • Fix infinite authorization loop
  • Autodetect IP from AWS metadata and external ip detector.

Metrics, multigo

05 Mar 18:05
bfd70d0
Compare
Choose a tag to compare
Metrics, multigo Pre-release
Pre-release

Add initial prometheus metrics.
Add test and compile with two golang versions - old, for old system (windows 2003) and new - for support latest features of golang (tls 1.3, may be websocket, etc).

Fix bugs

09 Feb 13:29
17a4739
Compare
Choose a tag to compare
  • Fix renew locked certificate
  • Fix read certificate from disk (bug of v0.23.7)
  • Add fallback to RSA certificate if ECDSA has error (for example lock and has only rsa certificate)

Add ECDSA certificates

08 Feb 16:16
Compare
Choose a tag to compare
Pre-release

RSA and ECDSA certificates will be generate independent.

ECDSA will prefer.
If client software accept ecdsa - will generate and request ecdsa cert, if not - rsa.

it has own files cert, key and metadata (.json).