<?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>dig Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/dig/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/dig/</link>
	<description></description>
	<lastBuildDate>Wed, 05 Jun 2024 06:33:24 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Debugging dns glue records</title>
		<link>https://rosen4o.net/2024/06/05/debugging-dns-glue-records/</link>
					<comments>https://rosen4o.net/2024/06/05/debugging-dns-glue-records/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 05 Jun 2024 06:33:23 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[интернет]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[glue record]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[resolving]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1168</guid>

					<description><![CDATA[<p>Sometimes you need to check which glue records are used on domain and where they are pointed First you should check which nameserver is responding for this tld. For example if we wanna check .com domain we need to ask<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2024/06/05/debugging-dns-glue-records/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2024/06/05/debugging-dns-glue-records/">Debugging dns glue records</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Sometimes you need to check which glue records are used on domain and where they are pointed</p>



<p>First you should check which nameserver is responding for this tld. For example if we wanna check .com domain we need to ask proper nameserver</p>



<pre class="wp-block-code"><code>dig +short com. NS
e.gtld-servers.net.
k.gtld-servers.net.
j.gtld-servers.net.
h.gtld-servers.net.
m.gtld-servers.net.
a.gtld-servers.net.
l.gtld-servers.net.
i.gtld-servers.net.
g.gtld-servers.net.
c.gtld-servers.net.
d.gtld-servers.net.
f.gtld-servers.net.
b.gtld-servers.net.
</code></pre>



<ol class="wp-block-list"></ol>



<p>We can chose some random dns server from them and execute</p>



<pre class="wp-block-code"><code>dig +norec @b.gtld-servers.net. example.com. NS
</code></pre>



<p>Then we will get which nameservers on which ip are responding for this domain</p>
<p>Материалът <a href="https://rosen4o.net/2024/06/05/debugging-dns-glue-records/">Debugging dns glue records</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2024/06/05/debugging-dns-glue-records/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
