ACL allow IP range Squid
Solution 1:
You can use CIDR notation to signify this in the ACL for squid. You would want:
acl permittedips src 70.0.0.0/8
acl permittedips src 90.0.0.0/8
More information on CIDR:
http://en.wikipedia.org/wiki/CIDR_notation