[squid-users] Squid not acting as a trnansparent proxy in freebsd

2011-08-08 Thread azael.reyes
Hello We needed to create a serverbox to act as a router, and have squid in it so it filter the computers on our lan. We have internet access on the lan now and the proxy seems to work when we put it on the browser (manually) its just not doing it transparent at all and we dont want to do

[squid-users] Filtering whit squit

2011-07-25 Thread azael.reyes
I'm using squit to filter URL with option external_acl_type, but this option does not have a parameter to get the content of the page. My question is about this problem, I want to know if is posible analize the content of the page like as external_acl_type does with URI.

[squid-users] how to filter urls with the external_acl_type option?

2011-07-19 Thread azael.reyes
Hello there I',m working in a script to filter with squid using: external_acl_type myAclType %SRC %URI /home/konrad/testing/myexternalacltype.pl acl MyAcl external myAclType http_access allow MyAcl this is the script I have and for some reason its not working : #!/usr/bin/perl -w $|=1;