
cache_peer 127.0.0.1 parent 8118 7 no-query http_port 3128 cache_mgr meine@mailadres.se cache_effective_user proxy cache_effective_group proxy error_directory /usr/share/squid3/errors/de auth_param basic program /usr/lib/squid3/pam_auth auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 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 CONNECT method CONNECT acl allowed-users proxy_auth "/etc/squid3/allowed_users" acl x-type req_mime_type -i ^application/vnd.google.safebrowsing-chunk$ acl x-type req_mime_type -i application/vnd.google.safebrowsing-chunk http_access deny x-type request_header_access From deny all request_header_access Referer deny all request_header_access Server deny all request_header_access X-Forwarded-For deny all request_header_access Via deny all request_header_access User-Agent deny all request_header_access WWW-Authenticate deny all request_header_access Link deny all http_access allow localhost http_access allow allowed-users http_access deny all request_header_access User-Agent deny all header_replace User-Agent Gozilla/4711.0815 (CP/M; 11-bit; 42 KByte) cache_access_log /var/log/squid3/access.log cache_log /var/log/squid3/cache.log cache_store_log /var/log/squid3/store.log