<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using BIND to reduce ad server content</title>
	<atom:link href="http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Fri, 04 May 2012 19:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: blackzero</title>
		<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/comment-page-1/#comment-830099</link>
		<dc:creator>blackzero</dc:creator>
		<pubDate>Fri, 11 Feb 2011 07:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=433#comment-830099</guid>
		<description>I made a bash script which does almost the same thing. 

Here&#039;s my script ...
http://blackzero.highfsb.com/?p=1461

And here&#039;s how I configured Apache to handle missing pages and banners
http://blackzero.highfsb.com/?p=774</description>
		<content:encoded><![CDATA[<p>I made a bash script which does almost the same thing. </p>
<p>Here&#8217;s my script &#8230;<br />
<a href="http://blackzero.highfsb.com/?p=1461" rel="nofollow">http://blackzero.highfsb.com/?p=1461</a></p>
<p>And here&#8217;s how I configured Apache to handle missing pages and banners<br />
<a href="http://blackzero.highfsb.com/?p=774" rel="nofollow">http://blackzero.highfsb.com/?p=774</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/comment-page-1/#comment-59000</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 30 May 2007 12:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=433#comment-59000</guid>
		<description>Awesome docs, btw.

Here is a tip for something that I implemented.  Instead of redirecting traffic to 127.0.0.1, setup a web server that simply hosts &#039;Blocked&#039; as the page.   This keeps the web browser from trying multiple times to connect to a non-existent server and makes the pages look a little more clean if there are multiple ads on one site.  In my case, ads get redirected to another internal address on a virtual apache server.

Additionally, this helps my wife who is not computer savy.  If she is trying to visit a &#039;bad&#039; site that I have auto-blocked, she will get the standard &#039;Blocked&#039; message instead of a browser error page.  She then knows not to bother me about a page that won&#039;t load because the browser appears to be &#039;broken&#039;.</description>
		<content:encoded><![CDATA[<p>Awesome docs, btw.</p>
<p>Here is a tip for something that I implemented.  Instead of redirecting traffic to 127.0.0.1, setup a web server that simply hosts &#8216;Blocked&#8217; as the page.   This keeps the web browser from trying multiple times to connect to a non-existent server and makes the pages look a little more clean if there are multiple ads on one site.  In my case, ads get redirected to another internal address on a virtual apache server.</p>
<p>Additionally, this helps my wife who is not computer savy.  If she is trying to visit a &#8216;bad&#8217; site that I have auto-blocked, she will get the standard &#8216;Blocked&#8217; message instead of a browser error page.  She then knows not to bother me about a page that won&#8217;t load because the browser appears to be &#8216;broken&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimmo</title>
		<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/comment-page-1/#comment-22865</link>
		<dc:creator>Kimmo</dc:creator>
		<pubDate>Fri, 09 Jun 2006 09:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=433#comment-22865</guid>
		<description>Just set up Privoxy on some host on your network, make it listen on the appropriate IP and port 8080 (or its standard 8118, whichever) and then just use it as a normal HTTP proxy in the web browser.

Cuts virtually every ad and tons of other nasty webbugs, javascripts, etc etc. 

I have it installed on my workstation and use it just for myself, which is also a possibility (there are win32 binaries with an installer no less, totally simple to take into use.)  No need to tinker with esoteric DNS settings when there is software out there that does it much better and is specialized to the task.

It&#039;s at www.privoxy.org and there are binaries for many OS&#039;s and of course source for compilation.

To further tighten up ad filtering, visit www.neilvandyke.org/privoxy-rules/ and add that actions file as well; optional but quite useful.</description>
		<content:encoded><![CDATA[<p>Just set up Privoxy on some host on your network, make it listen on the appropriate IP and port 8080 (or its standard 8118, whichever) and then just use it as a normal HTTP proxy in the web browser.</p>
<p>Cuts virtually every ad and tons of other nasty webbugs, javascripts, etc etc. </p>
<p>I have it installed on my workstation and use it just for myself, which is also a possibility (there are win32 binaries with an installer no less, totally simple to take into use.)  No need to tinker with esoteric DNS settings when there is software out there that does it much better and is specialized to the task.</p>
<p>It&#8217;s at <a href="http://www.privoxy.org" rel="nofollow">http://www.privoxy.org</a> and there are binaries for many OS&#8217;s and of course source for compilation.</p>
<p>To further tighten up ad filtering, visit <a href="http://www.neilvandyke.org/privoxy-rules/" rel="nofollow">http://www.neilvandyke.org/privoxy-rules/</a> and add that actions file as well; optional but quite useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lowe</title>
		<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/comment-page-1/#comment-19714</link>
		<dc:creator>Peter Lowe</dc:creator>
		<pubDate>Mon, 29 May 2006 04:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=433#comment-19714</guid>
		<description>A lot of people miss it for some reason - I&#039;ll have to redesign the site one of these days, it&#039;s too messy to find anything. Anyway, I&#039;m glad you found it useful!

cheers,

 - Peter</description>
		<content:encoded><![CDATA[<p>A lot of people miss it for some reason &#8211; I&#8217;ll have to redesign the site one of these days, it&#8217;s too messy to find anything. Anyway, I&#8217;m glad you found it useful!</p>
<p>cheers,</p>
<p> &#8211; Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matty</title>
		<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/comment-page-1/#comment-19533</link>
		<dc:creator>Matty</dc:creator>
		<pubDate>Sun, 28 May 2006 18:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=433#comment-19533</guid>
		<description>Hi Peter,

Your site has so much cool information, I must have missed the link to the named.conf generator. Since I want to generate a complete named.conf given a base config, I plan to continue using the Perl script to ease my life. Thanks for the awesome work!

- Ryan</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Your site has so much cool information, I must have missed the link to the named.conf generator. Since I want to generate a complete named.conf given a base config, I plan to continue using the Perl script to ease my life. Thanks for the awesome work!</p>
<p>- Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lowe</title>
		<link>http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/comment-page-1/#comment-19497</link>
		<dc:creator>Peter Lowe</dc:creator>
		<pubDate>Sun, 28 May 2006 11:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=433#comment-19497</guid>
		<description>Uhm, dude. Nice script and all, but it&#039;s already possible to view the list as an include file for your BIND config:

 - http://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig

cheers,

Peter</description>
		<content:encoded><![CDATA[<p>Uhm, dude. Nice script and all, but it&#8217;s already possible to view the list as an include file for your BIND config:</p>
<p> &#8211; <a href="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig" rel="nofollow">http://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig</a></p>
<p>cheers,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

