Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4733

TCP mode ACL does not kick in

$
0
0

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

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4733

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>