[squid-users] Block a web just for a group inside another group, or how?

Yuri yvoinov at gmail.com
Mon Dec 4 22:54:47 UTC 2017


Well, something like this (just to illustrate principe, dont copy and
paste ;)):

# Subset who don't have access to web whatsapp
acl no_web_whatsapp src IP1 IP2 IP3 IP4
acl web_whatsapp dstdomain web.whatsapp.com
# Group incouding IP1-IP4; the rest of group has access to web whatsapp
acl your_group src IP1 IP2 IP3 IP4 IP5 IP6 IP7 IP8 IP9 IP10 IP11

http_access deny no_web_whatsapp web_whatsapp
http_access allow your_group

The idea is: First ACL wotks only for subset of IP for one specific
site. All requests not satisfy deny rule pass to next allow rule.

05.12.2017 4:38, erdosain9 пишет:
> Sorry, i dont understand.
> Just enumerate the user in a acl?
>
> a common acl or a kerberos acl??
>
> can you put me a example please?
>
> Thanks
>
>
>
> --
> Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users

-- 
"Some people, when confronted with a problem, think «I know, I'll use regular expressions.» Now they have two problems."
--Jamie Zawinsk

**************************
* C++: Bug to the future *
**************************


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 512 bytes
Desc: OpenPGP digital signature
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20171205/d18dd2bf/attachment-0001.sig>


More information about the squid-users mailing list