ACL opsætning.
Hep hey... jeg skal bruge noget hjælp til min squid server... jeg har nu følgende acl...og jeg ønsker at lukke for ordet fck... how the fuck can i do that ?
#Default:
# Add this to the squid.conf (ACL section)
#
acl ourhosts src 192.168.1.0/255.255.255.0
acl wl url-regex -i fck
http_access allow ourhosts
#
http_access allow all
http_access deny wl
#
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports