ACL does not get excuted, seems like with tcp mode cannot match the domain
can someone help please?
frontend drs
mode tcp
bind *:5432
#default_backend backend
acl sifo_acl hdr(host) -i v3locitydev.com
tcp-request inspect-delay 30s
tcp-request content accept if sifo_acl
tcp-request content reject
#acl sifo_acl hdr(host) -i client1.v3locitydev.com
acl antinacl hdr(host) -i client2.v3locitydev.com
use_backend backend if sifo_acl
use_backend antinbackend if antinacl
backend backend
mode tcp
server sifoclient test.com:5432