fix(waf): no option forwardfor + timeout server 1s für SPOE-Backend — v1.2.74

SPOE-Backend ist TCP-Mode — forwardfor aus defaults-Block gilt nicht,
HAProxy wirft Warning. no option forwardfor explizit setzen unterdrückt das.
timeout server auf 1s angehoben (konsistent mit processing-Timeout).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-06-03 07:04:26 +02:00
parent 884c52a8f3
commit 8041e3924d
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
1.2.73
1.2.74

View File

@@ -209,8 +209,10 @@ backend rl_{{$d.ID}}
# SPOE-Backend für edgeguard-waf (TCP, kein HTTP-Parsing).
backend spoe-edgeguard-waf
mode tcp
option tcplog
no option forwardfor
timeout connect 100ms
timeout server 50ms
timeout server 1s
server spoe-waf-1 127.0.0.1:9000
{{- end}}