The Cache support IP-based access control lists for both the proxy interface and the management interface.
The access control lists will allow or deny clients based on IP number matching. The order of the rules is important, they are read and checked sequentially. The keyword all will match all IP numbers. For example, to allow only hosts on the Class C subnet 128.125.51.0 and the Class B subnet 128.126.0.0 to access the proxy interface to the Cache, specify:
access_allow 128.125.51.0 access_allow 128.126.0.0 access_deny all
To allow or deny access to the proxy interface, use the access_allow and access_deny tags in cached.conf. To allow or deny access to the management interface, use the manager_access_allow and manager_access_deny tags in cached.conf.