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.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to