Support for DNS-01 and HTTP-01 ACME challenges (closes #226)

This commit is contained in:
mdecimus
2024-04-17 09:55:19 +02:00
parent 0267f28156
commit 929d84468f
34 changed files with 764 additions and 246 deletions

View File

@@ -0,0 +1,18 @@
global
log stdout format raw local0
defaults
log global
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
frontend tcp_in
bind *:1111
mode tcp
option tcplog
default_backend tcp_out
backend tcp_out
mode tcp
server docker_server host.docker.internal:143 send-proxy