Hi David, You can tell HAProxy to load IPs from a file in a acl. IE: acl abuser src -f /etc/haproxy/abusers.lst And place one IP per line in the abusers.lst file.
Hope this helps. Baptiste On Sun, Jan 12, 2014 at 12:45 AM, david rene comba lareu <[email protected]> wrote: > Hi, > > i'm trying to automatize a DDoS protection into our current server > structure, there is any way to load the ACL to block ip's through a > file so i could update it via code? need to restart/reload haproxy > each time i add an ip? > > i'm open to any suggestions if anyone has any better method for this. > > Regards. >

