> I wish to only allow our internal network specific SSL sites (443). In the > squid.conf file I am allowing the CONNECT proto for only port 443, now to allow > access to a specific site only. I would have to use > dstdom_regex or dstdomain right ?? Because the url is not yet known ...
You can use dst acl for this,when you are trying to IP based url's. dstdom_regex and dstdomain acls will do the reverse look-up to resolve the the ip-address based url's. You can use urlpath_regex, if you are not known about the exact url. Regards, Muthukumar. --- =============== It is a "Virus Free Mail" =============== Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004
