Hi Jason,
I tried it but only block sites using http not https on the URL.
Regards,
Malvin
On 5/20/2011 4:48 PM, Jason Doran wrote:
Hi Malvin.
we are blocking facebook here with dstdom_regex:
acl my-desktop src 10.10.10.10/32
acl facebook dstdom_regex -i facebook.com
http_access deny my-desktop facebook
# Give user a custom page
deny_info local_ERR_FACEBOOK_DENIED facebook
# On RHEL6 - squid-3.1.4-1.el6.x86_64
# /usr/share/squid/errors/templates/local_ERR_FACEBOOK_DENIED
Regards,
Jason
On 20 May 2011, at 09:23, Malvin Rito wrote:
Hi List,
I want to block some websites (e.g. https://www.facebook.com) but
unfortunately I cannot do it using acl dstdomain
Can anyone help me please.
Thanks in advance.
Malvin