acl all src 0.0.0.0/0.0.0.0 acl all_dst dst 0.0.0.0/0.0.0.0 acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8 # acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 1025-65535 # unregistered ports acl CONNECT method CONNECT # acl local-host dst 127.0.0.0/255.0.0.0 acl local-a dst 10.0.0.0/255.0.0.0 acl local-b1 dst 172.16.0.0/255.255.0.0 172.17.0.0/255.255.0.0 172.18.0.0/255.255.0.0 172.19.0.0/255.255.0.0 acl local-b2 dst 172.20.0.0/255.255.0.0 172.21.0.0/255.255.0.0 172.22.0.0/255.255.0.0 172.23.0.0/255.255.0.0 172.24.0.0/255.255.0.0 172.25.0.0/255.255.0.0 172.26.0.0/255.255.0.0 172.27.0.0/255.255.0.0 172.28.0.0/255.255.0.0 172.29.0.0/255.255.0.0 acl local-b3 dst 172.30.0.0/255.255.0.0 172.31.0.0/255.255.0.0 acl local-c dst 192.168.0.0/255.255.0.0 # http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny to_localhost http_access allow localhost http_access allow all_dst http_access deny all # icp_access deny all # http_port localhost:8080 icp_port 0 htcp_port 0 snmp_port 0 # cache_peer proxy_server_name parent proxy_port_8080_nado 0 proxy-only default no-query login=username:password always_direct allow local-host always_direct allow local-a always_direct allow local-b1 always_direct allow local-b2 always_direct allow local-b3 always_direct allow local-c # cache_dir null /tmp # access_log none #access_log c:/utl/squid/var/logs/access.log cache_log c:/utl/squid/var/logs/squid.log # can't be none cache_store_log none # mime_table c:/utl/squid/etc/mime.conf # refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern . 0 20% 4320 # forwarded_for off header_access X-Forwarded-For deny all header_access Cache-Control deny all via off # acl shoutcast rep_header X-HTTP09-First-Line ^ICY\s[0-9] #upgrade_http0.9 deny shoutcast # acl apache rep_header Server ^Apache broken_vary_encoding allow apache # never_direct allow all # diskd_program c:/utl/squid/libexec/diskd-daemon.exe unlinkd_program c:/utl/squid/libexec/unlinkd.exe logfile_daemon c:/utl/squid/libexec/logfile-daemon.exe icon_directory c:/utl/squid/share/icons error_directory c:/utl/squid/share/errors/English pid_filename c:/utl/squid/var/logs/squid.pid