<?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>forward &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/forward/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Mon, 30 Oct 2017 04:45:31 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Bind Zone Forward</title>
		<link>https://richliu.com/2017/10/30/2194/bind-zone-forward/</link>
					<comments>https://richliu.com/2017/10/30/2194/bind-zone-forward/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 04:45:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Bind]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[zone]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=2194</guid>

					<description><![CDATA[<p>如果有特定的 domain 要指向特定的 Server 這時候就要用 Zone Forward 指令 例如:  [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2017/10/30/2194/bind-zone-forward/">Bind Zone Forward</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>如果有特定的 domain 要指向特定的 Server</p>
<p>這時候就要用 Zone Forward 指令</p>
<p>例如:</p>
<pre lang="text">
zone "subzone.mydns.example.com" {
  type forward;
  forwarders { 192.168.0.4; };
};
</pre>
<p>這樣就可以了</p>
<p>ref<br />
<a href="https://serverfault.com/questions/409190/how-to-properly-configure-bind-forward-zone-for-an-internal-dns-server" rel="noopener" target="_blank">How to properly configure BIND forward zone for an internal DNS server?</a><br />
<a href="http://www.zytrax.com/books/dns/ch7/zone.html#type" rel="noopener" target="_blank">DNS BIND zone clause</a></p>
<p>The post <a rel="nofollow" href="https://richliu.com/2017/10/30/2194/bind-zone-forward/">Bind Zone Forward</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2017/10/30/2194/bind-zone-forward/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
