Hi I have ACL for block access for some sources
acl custom_deny src -f /etc/haproxy/geo/custom_deny.subnets
tcp-request content reject if custom_deny
ands question are ,
- how many lines can contain file custom_deny.subnets , or total size?
- how do it influent to performance
–thanks