On Tue, 1 Feb 2011 10:56:55 +1100, Jobst Schmalenbach wrote: > Hi. > > If I setup squid as a transparent proxy, a lot of traffic > goes through it including the following example: > > This is an entry from a flash application that is part of a music station > called "novafm". > > 1296479934.621 125 192.168.0.241 TCP_MISS/200 934 POST > http://220.233.2.215:443/idle/GBQmdz02wSLWOu7S/4127 - > DIRECT/220.233.2.215 application/x-fcs > > Is there a way that I stop squid logging these entries? Yes. http://www.squid-cache.org/Doc/config/access_log > Is there a way to tell squid to just "let them through"? The log entry shows you already have allowed it through. If you mean not passing through Squid then that is a matter for your interception rules. Once the connection reaches Squid it is too late not to handle it. Amos