You need two ACL lines:
acl BadIPSource src 1.1.1.1/32
acl BadIPDst dst 1.1.1.1/32
You can use srcdomain & dstdomain instead of src & dst to use domain instead of IP.
Rules are processed in order, if you are specifically wanting to block this domain/IP put it first. Then youur allow lines and finally the deny all line to block anything you haven't specifically allowed.
http_access deny BadIPSource
http_access deny BadIPDst
[...Youur Allow Lines Here...]
http_access deny all
--
|
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users