accept accept v6proxy proxy protocol

This commit is contained in:
goeranh 2026-04-21 11:34:31 +02:00
parent 1ba340e2a4
commit c89b6e7ee9
No known key found for this signature in database

View file

@ -452,6 +452,7 @@
frontend http-in
bind *:80
tcp-request connection expect-proxy layer4 if { src 178.104.18.93 }
maxconn 60000
backlog 8192
option dontlognull
@ -496,6 +497,7 @@
frontend sni_router
bind *:443
mode tcp
tcp-request connection expect-proxy layer4 if { src 178.104.18.93 }
# Reduce inspection delay - SNI is in first packet (Phase 3)
tcp-request inspect-delay 500ms # Was 1s