Dave wrote: > Hello, > I've got a unique situation. I've got squid acting as a transparent > proxy. I want to block all outgoing http requests from a single machine > with > the exception of a single site, let that through. In other words if > machine > x goes to any other site other than the one i've designated they get an > access denied msg. Is this doable? - Please start a new thread for new questions, don't reply to an existing thread, as it mucks up archiving. - Use something like: acl SOURCE src IPaddress-of-client acl DEST dst IPaddress-of-destination http_access allow SOURCE DEST http_access deny SOURCE Joost