<div dir="ltr">Hey<div><br></div><div>I haveĀ a group of about 6 cache peers:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>cache_peer 100.70.162.11 parent 16211 0 proxy-only default name=proxy16211</div><div>cache_peer 100.70.162.12 parent 16212 0 proxy-only default name=proxy16212</div><div>cache_peer 100.70.162.13 parent 16213 0 proxy-only default name=proxy16213</div><div><br></div><div><div>cache_peer 100.70.163.11 parent 16311 0 proxy-only default name=proxy16311</div></div><div><div>cache_peer 100.70.163.12 parent 16312 0 proxy-only default name=proxy16312</div></div><div><div>cache_peer 100.70.163.13 parent 16313 0 proxy-only default name=proxy16313</div></div></blockquote><div><br></div><div>I would like to allow user162_acl access only to the peers that start with 100.70.162 or that have a name that starts with proxy162, or maybe form a group for them.</div><div>For example:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>cache_peer_access 100.70.162.* allow user162_acl</div></blockquote><div>or</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>cache_peer_access proxy162* allow user162_acl</div></blockquote><div>or</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>cache_peer_access group=proxy162 allow user162_acl</div></blockquote><div><br></div><div>is that possible to do with Squid or do I have to manually put a line for each peer, for example:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>cache_peer_access proxy16211 allow user162_acl</div><div>cache_peer_access proxy16212 allow user162_acl</div><div>cache_peer_access proxy16213 allow user162_acl</div></blockquote><div><br></div><div>Thanks.</div></div>