Hi All,
Working on a solution for a maintenance page based upon:
https://gist.github.com/sts/62d8dd59221ab68661aa
This works really well, but I want to have a SINGLE acl apply to multiple listen/frontend blocks. That way, instead of doing a:
echo "add acl #0 0.0.0.0/0" | nc -U <socket>
On every acl instance, I could do it once and have every block see it. Does anyone know if this is possible?
Thanks,
Paul