<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>porges &#187; bind9</title>
	<atom:link href="http://porg.es/blog/tag/bind9/feed" rel="self" type="application/rss+xml" />
	<link>http://porg.es/blog</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 23:45:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using OpenDNS servers with bind9 easily</title>
		<link>http://porg.es/blog/using-opendns-servers-with-bind9-easily</link>
		<comments>http://porg.es/blog/using-opendns-servers-with-bind9-easily#comments</comments>
		<pubDate>Mon, 09 Oct 2006 07:25:46 +0000</pubDate>
		<dc:creator>Porges</dc:creator>
				<category><![CDATA[bind9]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenDNS]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://porg.es/blog/using-opendns-servers-with-bind9-easily</guid>
		<description><![CDATA[The OpenDNS FAQ purports to have a solution to this problem, but it does something obscure to a file I don&#8217;t have on my system. So I quickly checked the man page and came up with this: /etc/bind/named.conf.options //Add this somewhere inside the options{}; section... forward only; forwarders { //OpenDNS 208.67.222.222; 208.67.220.220; };]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.opendns.com/faq/">OpenDNS <abbr title="Frequently Asked Questions">FAQ</abbr></a> purports to have a solution to this problem, but it does something obscure to a file I don&#8217;t have on my system. So I quickly checked the man page and came up with this:</p>
<h3>/etc/bind/named.conf.options</h3>
<pre><code>//Add this somewhere inside the options{}; section...
        forward only;
        forwarders {
                //OpenDNS
                208.67.222.222;
                208.67.220.220;
        };
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://porg.es/blog/using-opendns-servers-with-bind9-easily/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easier local DNS cache</title>
		<link>http://porg.es/blog/easier-local-dns-cache</link>
		<comments>http://porg.es/blog/easier-local-dns-cache#comments</comments>
		<pubDate>Mon, 09 Oct 2006 06:59:24 +0000</pubDate>
		<dc:creator>Porges</dc:creator>
				<category><![CDATA[bind9]]></category>
		<category><![CDATA[Cool]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://porg.es/blog/easier-local-dns-cache</guid>
		<description><![CDATA[After a while pdnsd stopped working for me, and try as I might I can&#8217;t fix it. So I purged pdnsd and found an easier method, with no configuration this time!apt-get install bind9 resolvconf]]></description>
			<content:encoded><![CDATA[<p>After a while <a href="http://porg.es/blog/easy-persistent-local-dns-cache-to-reduce-lookup-times-2">pdnsd</a> stopped working for me, and try as I might I can&#8217;t fix it. So I purged <code>pdnsd</code> and found an easier method, with no configuration this time!<code>apt-get install bind9 resolvconf</code></p>
]]></content:encoded>
			<wfw:commentRss>http://porg.es/blog/easier-local-dns-cache/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

