<?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>query &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/query/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Sat, 23 Apr 2011 22:24:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Disabling recursive queries in Bind</title>
		<link>https://www.veriteknik.net.tr/en/disabling-recursive-queries-in-bind/</link>
					<comments>https://www.veriteknik.net.tr/en/disabling-recursive-queries-in-bind/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Sat, 23 Apr 2011 22:24:29 +0000</pubDate>
				<category><![CDATA[LINUX Help]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[recursive]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=37</guid>

					<description><![CDATA[<p>If you own your DNS servers, you should probably want to close recursive queries being gathered from your servers. In named.conf edit the options directive and add: options { allow-transfer {Secondary Server IP; }; allow-recursion { 127.0.0.1; A.B.C/24; }; }; In secondary server: add to options: allow-transfer { none; }; allow-recursion { 127.0.0.1; A.B.C/24; };</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/disabling-recursive-queries-in-bind/">Disabling recursive queries in Bind</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you own your DNS servers, you should probably want to close recursive queries being gathered from your servers.</p>
<p>In named.conf edit the options directive and add:</p>
<blockquote><p>options {</p>
<p style="padding-left: 30px;">allow-transfer {Secondary Server IP; }; allow-recursion { 127.0.0.1; A.B.C/24; };</p>
<p>};</p></blockquote>
<p>In secondary server:<br />
add to options:</p>
<blockquote><p>allow-transfer { none; }; allow-recursion { 127.0.0.1; A.B.C/24; };</p></blockquote>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/disabling-recursive-queries-in-bind/">Disabling recursive queries in Bind</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/disabling-recursive-queries-in-bind/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">37</post-id>	</item>
	</channel>
</rss>
