acl dstdomain .youtube.com
will match all visits to youtube, it will not detect youtube in the path
but your regex won't either.

2014-10-01 11:10 GMT+03:00 Riccardo Castellani <ric.castell...@alice.it>:

> I need to detect every client request (http/s) which contains the url
> 'youtube.
> com' so i thought to use acl url_regex expression.
> What do you think about it ?
>
>
> acl url_regex -i ^(http|https):\/\/*.youtube\.com*.
>
> _______________________________________________
> squid-users mailing list
> squid-users@lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to