0

Browser blocking in squid

i need to block particular browser for user using squid proxy server .it is possible in squid ......?

yousuf
asked Sep 19, 2017
2 Answer
0

follow the below acl rule for block particular browser for squid user.

# vim /etc/squid/squid.conf
acl test src 192.168.7.218 192.168.7.222
acl browser_block browser Firefox
http_access deny test browser_block
http_access allow test
View More
arunkumarak
answered Sep 21, 2017
0

I love visiting sites in my free time. I have visited many sites but did not find any site more efficient than yours. Thanks for the nudgeLiv Pure

View More
qureshi
answered Jun 14, 2023
Your Answer
||||
x
 
100:0