<?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>named &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/named/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Mon, 26 Dec 2016 12:30:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>cPanel DNSonly bind recursion</title>
		<link>https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/</link>
					<comments>https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Mon, 26 Dec 2016 12:30:13 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[allow-recursion]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[dnsonly]]></category>
		<category><![CDATA[named]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=446</guid>

					<description><![CDATA[In case you may be running into issues with named/bind domain service on cPanel DNSonly not responding to DNS queries recursively, I have a fix for you. In older versions of named/bind9 used by cPanel if you wanted to allow &#8230; <a href="https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>In case you may be running into issues with named/bind domain service on cPanel DNSonly not responding to DNS queries recursively, I have a fix for you.</p>
<p>In older versions of named/bind9 used by cPanel if you wanted to allow anyone (or if you wanted security you could have setup an ACL, let&#8217;s assume you want to allow all) you could simply edit the configuration file and change &#8220;recursion no;&#8221; to &#8220;recursion yes;&#8221; to allow anyone to make queries to your DNS server for those domains or records that are not kept in your local server (ie: resolve yahoo.com)<br />
Newer versions of BIND9/named changed their past behavior and now require a more specific configuration, just add these under &#8220;options&#8221; section</p>
<p><code>options {<br />
...<br />
<strong>allow-recursion { any; };</strong><br />
<strong>allow-query { any; };</strong><br />
<strong>allow-query-cache { any; };</strong><br />
...<br />
};</code></p>
<p>I found a detailed explanation on why bind/named dns server changed its behavior, on the next page  a copy of the support bulletin from July 2007:</p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">446</post-id>	</item>
	</channel>
</rss>
