[squid-users] Whitelist ONLY exception isn't working correctly
Alex Rousskov
rousskov at measurement-factory.com
Sun May 13 02:17:46 UTC 2018
On 05/12/2018 07:55 PM, Martin Hanson wrote:
> # !!! THIS ISN'T WORKING !!! ubuntu.com, mojang.com still gets blocked on these boxes.
> http_access deny windows_boxes !whitelist
...
> http_access deny all
You have no rules that allow windows_boxes to access whitelist servers,
and you have a "deny all" default. Consider this alternative:
http_access allow windows_boxes whitelist
http_access deny windows_boxes
...
http_access deny all
HTH,
Alex.
More information about the squid-users
mailing list