I have text files with lists of IP addresses that I want to use to help determine to right actions to take with HAProxy.
So if HAProxy loads whitelists like this.
acl whitelist src -f /path/to/ips.list
If ips.list
were to be modified would HAProxy automatically reload it - So I can modify the IP lists on the fly?