AOA
Dear All
I am using SQUID 2.7.STABLE6 on FreeBSD. Its working fine. I have blocked site like youtube, facebook etc by using
acl bs url_regex -i "/usr/local/squid/etc/bs"
http_access deny bs
and "BS" is the test file containing blocked sites list.
Now my management wants that for senior staff their should be no restriction on any site so please guide me that how can I do this, Seprate ACL for different IPs.
Seprate ACL in squid
Seprate ACL in squid
Thanks & Regards
Muhammad Ali
Muhammad Ali
-
- Site Admin
- Posts: 5132
- Joined: Fri May 02, 2003 10:24 am
- Location: Karachi
- Contact:
Re: Seprate ACL in squid
Dear Learner,
Salam,
You can create separate acl for your senior staff and allow them bs.
Best Regards.
Salam,
Learner wrote:I am using SQUID 2.7.STABLE6 on FreeBSD. Its working fine. I have blocked site like youtube, facebook etc by using
acl bs url_regex -i "/usr/local/squid/etc/bs"
http_access deny bs
and "BS" is the test file containing blocked sites list.
Now my management wants that for senior staff their should be no restriction on any site so please guide me that how can I do this, Seprate ACL for different IPs.
You can create separate acl for your senior staff and allow them bs.
Code: Select all
acl management src 192.168.129.200
acl management src 192.168.129.101
http_access allow bs management
http_access deny bs
Best Regards.
Farrukh Ahmed
Who is online
Users browsing this forum: No registered users and 1 guest