Hello everyone!

I have a network 192.168.10.0/22
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.
If I don't misunderstand the documentation
<http://www.squid-cache.org/Versions/v4/cfgman/acl.html>, the correct way
to do this would be:
acl mylocalnet src 192.168.12.0/24
acl mylocalnet src 192.168.13.0/24
[...]
http_access allow mylocalnet

Is this right?
Thank you

Gabriel
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to