* H.S.Rai [linux-india] <21/06/01 10:51 +0530>:
 
> Step 1) Edit /etc/squid/squid.conf as:
> debug_options ALL,1
> acl all src 0.0.0.0/0.0.0.0  <--- ???
> http_access allow all
> icp_access allow all
> cache_effective_user squid squid
> cache_dir ufs /var/spool/squid 15 3 15
 
 You will let yourself be used as a proxy by whoever wants, from wherever he
 pleases.  Highly insecure setup.
 
 acl all src 0.0.0.0/0.0.0.0
 acl manager proto cache_object
 acl localhost src 127.0.0.1/255.255.255.255
 acl SSL_ports port 443 563
 acl Safe_ports port 80 21 443 563 70 210 1025-65535
 acl CONNECT method CONNECT
 acl our_lan src 10.0.3.0/255.255.255.0
 http_access allow manager localhost our_lan
 http_access deny manager
 http_access deny !Safe_ports
 http_access deny CONNECT !SSL_ports
 [etc etc] 

-- 
Suresh Ramasubramanian  <-->  mallet <at> efn <dot> org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to