<?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: pdns-recursor：dns 解析器</title>
	<atom:link href="http://linuxtoy.org/archives/pdns-recursor.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/pdns-recursor.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 02:33:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Drosophila</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-161169</link>
		<dc:creator>Drosophila</dc:creator>
		<pubDate>Sun, 30 May 2010 19:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-161169</guid>
		<description>&lt;p&gt;用的路由器。resolv.conf里面已经有一个nameserver 192.168.0.1，添加127.0.0.1的时候还用不用把已经有的这句删掉？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>用的路由器。resolv.conf里面已经有一个nameserver 192.168.0.1，添加127.0.0.1的时候还用不用把已经有的这句删掉？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Chen(西滨)</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91644</link>
		<dc:creator>Ivan Chen(西滨)</dc:creator>
		<pubDate>Fri, 29 Aug 2008 07:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91644</guid>
		<description>&lt;p&gt;@hmy，pdns-recuresor 只是一个cache dns，那它又是向哪个权威服务器的dns查询的呢？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@hmy，pdns-recuresor 只是一个cache dns，那它又是向哪个权威服务器的dns查询的呢？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Chen(西滨)</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91643</link>
		<dc:creator>Ivan Chen(西滨)</dc:creator>
		<pubDate>Fri, 29 Aug 2008 07:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91643</guid>
		<description>&lt;p&gt;参考opendns的做法，将127.0.0.1加到/etc/dhcp3/dhclient.conf，NM就会每次都用127.0.0.1来作为dns服务器了。&lt;/p&gt;

&lt;p&gt;$ sudo cp /etc/resolv.conf /etc/resolv.conf.auto
$ gksu gedit /etc/dhcp3/dhclient.conf&lt;/p&gt;

&lt;h1&gt;append the following line to the document&lt;/h1&gt;

&lt;p&gt;prepend domain-name-servers 127.0.0.1;&lt;/p&gt;

&lt;h1&gt;save and exit&lt;/h1&gt;
</description>
		<content:encoded><![CDATA[<p>参考opendns的做法，将127.0.0.1加到/etc/dhcp3/dhclient.conf，NM就会每次都用127.0.0.1来作为dns服务器了。</p>

<p>$ sudo cp /etc/resolv.conf /etc/resolv.conf.auto
$ gksu gedit /etc/dhcp3/dhclient.conf</p>

<h1>append the following line to the document</h1>

<p>prepend domain-name-servers 127.0.0.1;</p>

<h1>save and exit</h1>]]></content:encoded>
	</item>
	<item>
		<title>By: hmy</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91601</link>
		<dc:creator>hmy</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91601</guid>
		<description>&lt;p&gt;@Extra
pdns-recuresor  只是一个cache dns,pdns-server是可以做权威服务器的dns
有点类似于代理服务器 (squid)和web服务器的关系.
你能理解cache dns和权威dns的区别自然就明白了.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Extra
pdns-recuresor  只是一个cache dns,pdns-server是可以做权威服务器的dns
有点类似于代理服务器 (squid)和web服务器的关系.
你能理解cache dns和权威dns的区别自然就明白了.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Extra</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91596</link>
		<dc:creator>Extra</dc:creator>
		<pubDate>Thu, 28 Aug 2008 03:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91596</guid>
		<description>&lt;p&gt;说到这个，我倒是想问问原来不明白的一个问题，pdns-recuresor和pdns-server有什么区别？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>说到这个，我倒是想问问原来不明白的一个问题，pdns-recuresor和pdns-server有什么区别？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91591</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Thu, 28 Aug 2008 02:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91591</guid>
		<description>&lt;p&gt;@pythonikkat
那就不知道了。我以前用fluxbox，现在用awesome3，没有用过NetworkManager&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@pythonikkat
那就不知道了。我以前用fluxbox，现在用awesome3，没有用过NetworkManager</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pythonikkat</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91570</link>
		<dc:creator>pythonikkat</dc:creator>
		<pubDate>Wed, 27 Aug 2008 11:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91570</guid>
		<description>&lt;p&gt;@Tommy
我试过，并不工作。NetworkManager并不用那个脚本，wiki上说network才用那个脚本。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Tommy
我试过，并不工作。NetworkManager并不用那个脚本，wiki上说network才用那个脚本。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91564</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Wed, 27 Aug 2008 08:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91564</guid>
		<description>&lt;p&gt;前面的同学们啊... bind 默认不开启转发功能... djbdns 默认开.&lt;/p&gt;

&lt;p&gt;喜欢简单的就 dnsmasq 也挺好. 设置 bogus-nxdomain=劫持你的IP (可以多写几行) 就可以对抗劫持了.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>前面的同学们啊... bind 默认不开启转发功能... djbdns 默认开.</p>

<p>喜欢简单的就 dnsmasq 也挺好. 设置 bogus-nxdomain=劫持你的IP (可以多写几行) 就可以对抗劫持了.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91557</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91557</guid>
		<description>&lt;p&gt;@pythonikkat
在 /etc/conf.d/dhcpcd 中，DHCPCD_ARGS中加入&quot;-R&quot;参数就可以既用DHCP，防止DHCP修改自己的resolv.conf了，不需要用这么dirty的手段。&lt;/p&gt;

&lt;p&gt;-R, --nodns
             Don&#039;t send DNS information to resolvconf or touch /etc/resolv.conf.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@pythonikkat
在 /etc/conf.d/dhcpcd 中，DHCPCD_ARGS中加入"-R"参数就可以既用DHCP，防止DHCP修改自己的resolv.conf了，不需要用这么dirty的手段。</p>

<p>-R, --nodns
             Don't send DNS information to resolvconf or touch /etc/resolv.conf.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mephisto</title>
		<link>http://linuxtoy.org/archives/pdns-recursor.html#comment-91554</link>
		<dc:creator>mephisto</dc:creator>
		<pubDate>Wed, 27 Aug 2008 05:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2316#comment-91554</guid>
		<description>&lt;p&gt;依赖boost。。。。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>依赖boost。。。。。</p>]]></content:encoded>
	</item>
</channel>
</rss>

