Releases: rekby/lets-proxy2
Releases · rekby/lets-proxy2
v0.29.3 Improve auth error
What's Changed
Full Changelog: v0.29.2...v0.29.3
v0.29.2
v0.29.1 Add set headers by IP
config section:
# [Proxy.HeadersByIP]
#"192.168.0.0/24" = ["IPLocal:Test"]
#"fe80:0000:0000:0000::/64" = [
# "IPLocal:Test2",
# "Local:False"
# ]
v0.29.0 Rate limiter
Add optional rate limit for incoming requests by ip address
Update compiler to go 1.20
v0.28.2 Merge pull request #207 update golang to 1.20
Security updates
v0.28.1 Merge pull request #194 security updates
Remove docker routing
Remove native docker routing support, because it is out of scope let-proxy.
The lets-proxy can obtain certificates, but routing need be by other software.
Add min tls select support
v0.27.2 Merge remove packr go generate
Update dependencies
for security fixes
switch to go 1.18
Breaking change: remove support go1.10 compiler and old operating systems (fox example windows 2003).