<?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>dns Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tag/dns/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Tue, 02 Mar 2021 12:50:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>PHP get DNS Nameserver , Cname , MX , A records of a domain</title>
		<link>https://www.binarytides.com/php-get-dns-nameserver-cname-mx-a-records-of-a-domain/</link>
					<comments>https://www.binarytides.com/php-get-dns-nameserver-cname-mx-a-records-of-a-domain/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 10:54:38 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=604</guid>

					<description><![CDATA[<p>PHP has a useful function called dns_get_record that can be used to get different types of records for a give domain , very easily. These include the nameserver records, A records, CNAME records, MX records, SOA records etc. The following examples are using the interactive shell, but you would use the function the same way... <span class="read-more"><a href="https://www.binarytides.com/php-get-dns-nameserver-cname-mx-a-records-of-a-domain/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/php-get-dns-nameserver-cname-mx-a-records-of-a-domain/">PHP get DNS Nameserver , Cname , MX , A records of a domain</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/php-get-dns-nameserver-cname-mx-a-records-of-a-domain/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>DNS Query Code in C with Linux sockets</title>
		<link>https://www.binarytides.com/dns-query-code-in-c-with-linux-sockets/</link>
					<comments>https://www.binarytides.com/dns-query-code-in-c-with-linux-sockets/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 11:28:11 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[socket programming]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=515</guid>

					<description><![CDATA[<p>DNS Query Code in C A dns query lets you to lookup the various dns records for a given hostname or domain name on the internet. The simplest use case is to lookup the ip address of a domain name. When you open a url in your browser, it first performs a dns query to... <span class="read-more"><a href="https://www.binarytides.com/dns-query-code-in-c-with-linux-sockets/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/dns-query-code-in-c-with-linux-sockets/">DNS Query Code in C with Linux sockets</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/dns-query-code-in-c-with-linux-sockets/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>DNS Query Code in C with winsock</title>
		<link>https://www.binarytides.com/dns-query-code-in-c-with-winsock/</link>
					<comments>https://www.binarytides.com/dns-query-code-in-c-with-winsock/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 19 Mar 2007 12:03:00 +0000</pubDate>
				<category><![CDATA[Winsock]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[winsock]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=7</guid>

					<description><![CDATA[<p>DNS Query When we type a web url or domain in our browser a dns request is immediately send by our browser to a DNS server to get the IP address of that web address. In winsock applications we achieve this by gethostbyname() and things are pretty simple. In this article we shall do this... <span class="read-more"><a href="https://www.binarytides.com/dns-query-code-in-c-with-winsock/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/dns-query-code-in-c-with-winsock/">DNS Query Code in C with winsock</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/dns-query-code-in-c-with-winsock/feed/</wfw:commentRss>
			<slash:comments>51</slash:comments>
		
		
			</item>
	</channel>
</rss>
