#http_port 3128 cache_mgr you@yourdomain.com log_fqdn on ftp_user anonymous@yourdomain.com log_icp_queries off httpd_accel_with_proxy off httpd_accel_uses_host_header off visible_hostname hostname hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY 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 localnet src 0.0.0.0/0.0.0.0 acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl Safe_ports port 901 # SWAT acl Safe_ports port 19638 # Battletechuniverse.org https webmail acl purge method PURGE acl CONNECT method CONNECT acl denied_domains dstdomain "/etc/squid/denied_domains.acl" acl students src "/etc/squid/student_domains.acl" acl filetypes urlpath_regex -i "/etc/squid/filetypes.acl" acl url_ads url_regex "/etc/squid/banner-ads.acl" deny_info NOTE_ADS_FILTERED url_ads deny_info NOTE_FILETYPES_FILTERED filetypes http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access deny purge http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access deny url_ads http_access deny students filetypes http_access deny denied_domains http_access allow all