Hello guys, I understand that to forward all requests to another proxy I would do something like this: cache_peer <Parent_proxy_IP> parent <port> 0 no-query default acl all src 0.0.0.0/0.0.0.0 http_access allow all never_direct allow all However, I want to be able to forward different src ips to different proxies. What is the best way to do this, or should I just repeat the above lines one for each specific IP? Thank you. Andres