<div dir="ltr">Hello everyone!<br><br>I have a network <a href="http://192.168.10.0/22">192.168.10.0/22</a><br>I want to let the IP ranges 192.168.12.1 to 192.168.13.254 through my proxy, but not the ranges 192.168.10.1 to 192.168.11.254.<br>If I don't misunderstand the <a href="http://www.squid-cache.org/Versions/v4/cfgman/acl.html">documentation</a>, the correct way to do this would be:<br>acl mylocalnet src <a href="http://192.168.12.0/24">192.168.12.0/24</a><br>acl mylocalnet src <a href="http://192.168.13.0/24">192.168.13.0/24</a><br>[...]<br>http_access allow mylocalnet<br><br>Is this right?<br>Thank you<br><br>Gabriel</div>