HI
Im trying to to make an access and deny list. My blacklist should look like "deny everyting" and my whitelist should consist of only allowed links. The example below works, but i need to define 0.0.0.0/0.0.0.0 as the blacklist. How do i do that? cant find it... acl whitelist url_regex ^http://www\.siemens\.se/ acl blacklist dstdomain .siemens.se http_access deny blacklist !whitelist Thanks !!! /Mattias
