Hi, Is there a way to have squid to select from a list of peers randomly? The scenario is like this: client | v SQUID A (client side, forward all request to B) | v SQUID B (server side) and B have multi port open, like 8080 - 8081,8082,8083 - ... I would like A to randomly choose one of the squid B port when it tries to forward the request, rather than round-robin. Could this be done? Cheers.