Network Troublshooting > General Networking Support in Linux

squid 05-10 websites

(1/1)

abc1234:
Hello team !!

Is it possible in squid first to block all websites (everthing) ...... then allow only 05-10 sites of our choices.

Please let me know is it possible or not....

Thanks a lot !!!!!!!

dalek:
I have read that that is possible.  i'm not sure but I think it says to block all then you list the exceptions.  That said, I have never used squid.  I just read that somewhere.

Hope that makes sense.

Later

 :D  :D  :D
still no teeth on that grin.  I smile bigger than that.

bahram741413:
hi 2 all
i think that the ACLs can solve ur problem.

acl first_site dstdomain www.firstsite.com
acl second_site dstdomain www.secondsite.com
.
.

http_access allow firstsite
http_access allow second_site
.
.
.
http_access deny all

Navigation

[0] Message Index

Go to full version