> I tried the following config lines:
>
> # Define the pc/ip, which has to squid later
> acl pc101 src 192.168.100.101/255.255.255.255
>
> # define the whitelist
> acl whitelist             dstdomain   "/squid/etc/whitelist.allow"
>
> # define the pc to use the whitelist
> http_access pc101 whitelist

Pls add the word allow as follows

http_access allow pc101 whitelist


Happy squiding


-- 
Thank you
Indunil Jayasooriya

Reply via email to