<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Where are the root DNS servers list?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
By default I understand that PFSense use root servers to resolve queries. Where is the list of these root servers?<br />
Thank you.</p>
]]></description><link>https://forum.netgate.com/topic/120534/where-are-the-root-dns-servers-list</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 05:23:00 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/120534.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Sep 2017 17:55:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where are the root DNS servers list? on Thu, 21 Sep 2017 20:57:10 GMT]]></title><description><![CDATA[<p dir="auto">Unbound and other DNS forwarders/resolvers can use a separate file for root servers but since they change so rarely it's not worth it and the compiled-in list is sufficient.</p>
]]></description><link>https://forum.netgate.com/post/723070</link><guid isPermaLink="true">https://forum.netgate.com/post/723070</guid><dc:creator><![CDATA[kpa]]></dc:creator><pubDate>Thu, 21 Sep 2017 20:57:10 GMT</pubDate></item><item><title><![CDATA[Reply to Where are the root DNS servers list? on Thu, 21 Sep 2017 18:13:19 GMT]]></title><description><![CDATA[<p dir="auto">Yes, it's compiled in.</p>
<p dir="auto">But you can see it by running:</p>
<pre><code>unbound-control -c /var/unbound/unbound.conf lookup .
</code></pre>
<p dir="auto">If you're in resolver mode (the default) that will show you the roots it is using. If you're in forwarding mode that will show the forwarding servers.</p>
]]></description><link>https://forum.netgate.com/post/723031</link><guid isPermaLink="true">https://forum.netgate.com/post/723031</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Thu, 21 Sep 2017 18:13:19 GMT</pubDate></item><item><title><![CDATA[Reply to Where are the root DNS servers list? on Thu, 21 Sep 2017 18:08:52 GMT]]></title><description><![CDATA[<p dir="auto">when you say compiled-in, means you cannot find them in a config file right? it's baked into their code?</p>
]]></description><link>https://forum.netgate.com/post/723027</link><guid isPermaLink="true">https://forum.netgate.com/post/723027</guid><dc:creator><![CDATA[kfkehua]]></dc:creator><pubDate>Thu, 21 Sep 2017 18:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to Where are the root DNS servers list? on Thu, 21 Sep 2017 18:01:33 GMT]]></title><description><![CDATA[<p dir="auto">They are <em>the</em> root servers. If you don't know, they are [a-m].root-servers.net. You can also find them at https://www.internic.net/domain/named.cache or look them up automatically with the following command:</p>
<pre><code>dig +bufsize=1200 +norec NS . @a.root-servers.net
</code></pre>
<p dir="auto">Unbound uses its own compiled-in list which is generally the same as the above, but it can be replaced by a custom local copy.</p>
]]></description><link>https://forum.netgate.com/post/723022</link><guid isPermaLink="true">https://forum.netgate.com/post/723022</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Thu, 21 Sep 2017 18:01:33 GMT</pubDate></item></channel></rss>