Hi Kevin,

Look at the src acl combined with the ability to load IPs from a text file.
Something like
acl whitelist src -f /path/to/ips.list

then use your ACLs wherever you need it.

That said, if all your backends should share the same whitelist, it's
better to apply it in your frontend.
Otherwise, simply apply a whitelist per backend.

Baptiste

On Mon, Nov 25, 2013 at 5:53 PM, Kevin <[email protected]> wrote:
> I have an SSL frontend that directs to multiple http backends based on the 
> hostname the request was made to. I’d like to be able to only allow certain 
> IPs to particular backends. What should I be looking for in the docs to set 
> up a whitelist file, and can I apply it to individual backends, or will I 
> need to apply it at the frontend for all the backends that I need a whitelist 
> for?
>
> Thanks,
> Kevin

Reply via email to