<html><body style="font-family: Helvetica,Arial,sans-serif; font-size: 12px;">Hello,<div><br></div><div>I am running squid 3.5.23 on Debian 9. My goal was to try to set up a simple proxy server for whitelisting.</div><div><br></div><div>It's working now, but I had some difficulty. In the release notes I came across this example:</div><div><br></div><div>http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.23-RELEASENOTES.html#s3</div><div><br></div><div>It shows specifying a whitelist like so:</div><div><br></div><div>acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")</div><div><br></div><div>So I tried this, and spent quite some time trying to figure out why it didn't work. I got no errors, but this rule seemed to cause rejection of all destination domains.</div><div><br></div><div>I finally realized there appeared to be something wrong with the "parameters" handling of the external file, and turned it into:</div><div><br></div><div>acl WHITELIST dstdomain "/etc/squid/whitelist.txt"</div><div><br>With that one change it worked properly.</div><div><br></div><div>Is this a known bug?</div><div><br></div><div>Thanks,</div><div><br></div><div>Paul</div></body></html>