Squid Proxy
by
Wyden Silvan
—
last modified
26.11.2009 15:58
acl=Access Control Policies
//immer zu erst acl name dann http_access name
acl all src 0.0.0.0/0.0.0.0
acl allowed src 10.0.0.0/24
http_acccess allow allowed
http_access deny all
url_regex "sex" -> nach url filtern
reg_mime_type "audio/mpeg" -> um dateien zu sperren
acl protected_host dst 10.0.0.10/32
acl private_network src 10.0.10.0/24
http_access deny proteted_host private_network
acl toolate time 20:00-6:00
acl weekend time A-S 0:01-24:00
acl notonfriday time F 16:00-24:00
