Hi, Im trying to allow some client IPs to reach to facebook , and im generally blocking the facebook successfully. I tried some entries like below (which similar ones were working fine for other exceptions) but this doesnt seem to work acl john src 10.x.y.z acl jane src 10.x.y.t acl facebook dstdomain facebook.com (or .facebook.com) http_access allow john jane facebook. squid -k reconfigure Regards