Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Releases: rekby/lets-proxy

Fix target-map

06 Apr 15:06
Compare
Choose a tag to compare

Fix --target overwrite --target-map
#44

Doesn't check certificate for locked domain

06 Apr 14:12
Compare
Choose a tag to compare

Doesn"t check any for locked domains (with .lock file in cache dir).
- same part as for .cer, .key files.

Add flag --dns-servers - for set own servers.

22 Feb 05:12
Compare
Choose a tag to compare

Add flag --dns-servers - for set own servers.

Add cloudflare server 1.1.1.1 for default dns servers.

allow self-signed response if can't receive LE certificate

26 Jan 22:28
Compare
Choose a tag to compare

Sometimes websites has unconditional redirect from http to https or it has problem to handle .well-known/acme-challenge/ requests and redirect it to http-01 validations handler.

For this scenarious it has two additional mechanism:

  1. Handle http-01 validation in https reverse proxy
  2. Respose with self signed certificate if can"t retrieve normal certificate - it allow ok first http-01 validation by self https reverse proxy, without special handle .well-known/acme-challenge for http version of website.

Update golang to 1.11 for modules

26 Jan 19:23
Compare
Choose a tag to compare
v0.15.1.7

force usage modules

Fix empty list of subdomains union

09 Jan 07:05
Compare
Choose a tag to compare
Fix subdomains for empty list

Fix https://github.com/rekby/lets-proxy/issues/60

v0.15.1.5: Merge pull request #59 from rekby/bad-long-post

30 Nov 06:20
8bf32c4
Compare
Choose a tag to compare

Fix dns timeouts

11 Jul 20:07
Compare
Choose a tag to compare

It was problem is some dns was blocked and doesn"t answer something.
In previous release it waited for full request cert time, instead of few seconds.

Fix small errors

26 Jun 08:05
Compare
Choose a tag to compare

Fix small errors and typos from linters.

Fix self check domains

26 Jun 06:29
Compare
Choose a tag to compare

Fix bug in self check domains:
subdomain www was allowed if it has local record, but have no external dns record. It was couse of error to create certificates.