Skip to content

Releases: rekby/lets-proxy2

Autoscale acme accounts

10 Apr 10:56
c982e87
Compare
Choose a tag to compare

What's Changed

  • Auto-scale acme accounts while very lot of domains add by @rekby in #180

Full Changelog: v0.26.2...v0.26.3

Fix redirect from /test// to /test/ by proxy

09 Apr 12:01
691095f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.1...v0.26.2

Fix account file name

09 Apr 02:29
b97d465
Compare
Choose a tag to compare

it will transparent in all usual cases.

Disable insecure chipers

04 Sep 14:51
3375877
Compare
Choose a tag to compare

github-ci

04 Sep 13:06
0f28cb8
Compare
Choose a tag to compare
github-ci Pre-release
Pre-release
  1. switch to github ci instead of travis
  2. binaries from newest go binary has no suffix - break changes for auto downloaders

Update dns lib for fix CVE-2019-19794

28 Aug 00:34
Compare
Choose a tag to compare

Broken change:
target darwin/amd64 excluded from compile by go 1.10

Target change:
Update dns lib for fix CVE-2019-19794
GHSA-44r7-7p62-q3fr

Other changes summary from v.0.23.17 (prev stable release):

  • Add docker router support
    Lets-proxy now cat find docker containers, labeled by domain and proxy traffic to the containers by labels.
    By default search labels lets-proxy.domain.
    Now it is initial experiment and must not use in production. It poll container list for every request without cache

  • Add flag --debug and --enable-docker-router for run program.

Add non-broken tags for docker

28 Mar 11:04
937ee00
Compare
Choose a tag to compare
Pre-release

Test autobuild for docker with non-broken version tag.
For example: compatible-0.23 will auto-update to v0.23.21, v0.23.22, ... but for v0.24.1 will create new tag: compatible-0.24

Add auto build docker images

28 Mar 10:47
937ee00
Compare
Choose a tag to compare
Pre-release

No code changes.
Since the release lets-proxy will auto-build images for docker-hub https://hub.docker.com/repository/docker/rekby/lets-proxy2

Initial support docker router

28 Mar 01:03
30a9bd6
Compare
Choose a tag to compare
Pre-release
  • Add docker router support
    Lets-proxy now cat find docker containers, labeled by domain and proxy traffic to the containers by labels.
    By default search labels lets-proxy.domain.
    Now it is initial experiment and must not use in production. It poll container list for every request without cache

  • Add flag --debug and --enable-docker-router for run program.

Switch to tests by pebble

22 Mar 21:08
1f10aab
Compare
Choose a tag to compare

No changes in code. Switch to other test/build process only.