Hi All!
Is there a way to change ACL content dynamically?
I need to declare something like...
acl alternative_backend {
"domain1.com";
"domain2.com;
}
and change its content (add/del itens) in vcl_recv while Varnish is running.
Thanks,
Tom Lobato