You could use single block:
acl zerobypass dstdomain .zerobypass.info
http_access deny zerobypass
or you could create a "bad domain file":
acl BAD_DOMAINS dstdom_regex -i "/etc/squid/bad_domains"
http_access deny BAD_DOMAINS
in /etc/squid/bad_domains you enter the bad domains. One per line:
.zerobypass.info
.zerobypass.com
....
Am Tue, 05 Oct 2010 schrieb John Dakos:
>
> Hello all.
>
> Many users are join to sites such as ... www.zerobypass.info and bypass
> squid proxy... and join to facebook etc etc...
>
> Is any way to block this sites ?
>
> Thanks
>
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus signature
> database 5503 (20101004) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
This archive was generated by hypermail 2.2.0 : Tue Oct 05 2010 - 12:00:02 MDT