accept accept v6proxy proxy protocol
This commit is contained in:
parent
1ba340e2a4
commit
c89b6e7ee9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue