Hello!
I have an a backend and a few servers in it. Sometimes I need to disable all servers on this backend to stop all traffic that flows to them. The best way to do this is to use haproxy unix socket connection.
But there is an a question:
Is there a some way to disable all servers in a backend by one command and enable them in the same way? Off course I can iterate each server and disable it, but such possibility can be very usefull.
Thanks in advance!

