acl localhost src 127.0.0.1 ::1
## Automatic generated configuration for Squid.# Do not edit this file manually.## Setup transparent mode listeners on loopback interfaceshttp_port 127.0.0.1:3128 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=onhttp_port [::1]:3128 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=onhttps_port 127.0.0.1:3129 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=onhttps_port [::1]:3129 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=on# Setup regular listeners configurationhttp_port 192.168.1.1:3128 ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=onhttp_port 192.168.2.1:3128 ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=on# ACL lists# ACL - Allow Subnets - User defined (subnets)acl subnets src 192.168.1.0/24 #(LAN Beispiel-IP)acl subnets src 192.168.2.0/24 #(WIFI Beispiel-IP IPv4)acl subnets src 1201:8213:843:6900::/64 #(WIFI Beispiel-IP IPv6)# ACL - Remote fetched Blacklist (remoteblacklist)acl remoteblacklist_ShallasBlacklist dstdomain "/usr/local/etc/squid/acl/ShallasBlacklist"acl remoteblacklist_UT1 dstdomain "/usr/local/etc/squid/acl/UT1"# ACL - Block browser/user-agent - User defined (browser)# ACL - SSL ports, default are configured in config.xml# Configured SSL ports (if defaults are not listed, then they have been removed from the configuration!):acl SSL_ports port 443 # https# Default Safe ports are now defined in config.xml# Configured Safe ports (if defaults are not listed, then they have been removed from the configuration!):# ACL - Safe_portsacl Safe_ports port 80 # httpacl Safe_ports port 21 # ftpacl Safe_ports port 443 # httpsacl Safe_ports port 70 # gopheracl Safe_ports port 210 # waisacl Safe_ports port 1025-65535 # unregistered portsacl Safe_ports port 280 # http-mgmtacl Safe_ports port 488 # gss-httpacl Safe_ports port 591 # filemakeracl Safe_ports port 777 # multiling httpacl CONNECT method CONNECT