On 05/15/2017 06:11 PM, Eliezer Croitoru wrote: > I want to [match] all localnet(10.0.0.0/8, 192.168.0.0/16...) How about something like this, adapted from the existing localnet ACL definition in squid.conf.documented? > acl to_localnet dst 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN) > acl to_localnet dst 10.0.0.0/8 # RFC 1918 local private network (LAN) > acl to_localnet dst 100.64.0.0/10 # RFC 6598 shared address space (CGN) > acl to_localnet dst 169.254.0.0/16 # RFC 3927 link-local (directly plugged) > acl to_localnet dst 172.16.0.0/12 # RFC 1918 local private network (LAN) > acl to_localnet dst 192.168.0.0/16 # RFC 1918 local private network (LAN) > acl to_localnet dst fc00::/7 # RFC 4193 local private network range > acl to_localnet dst fe80::/10 # RFC 4291 link-local (directly plugged) Alex. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users