<?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>Apple Archives - CarlStanley.com</title>
	<atom:link href="https://carlstanley.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>https://carlstanley.com/category/apple/</link>
	<description>A resource for Network and Systems Admins</description>
	<lastBuildDate>Fri, 28 May 2021 23:44:13 +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>How to flush the DNS cache on Mac OS X</title>
		<link>https://carlstanley.com/how-to-flush-the-dns-cache-on-mac-os-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-flush-the-dns-cache-on-mac-os-x</link>
					<comments>https://carlstanley.com/how-to-flush-the-dns-cache-on-mac-os-x/#respond</comments>
		
		<dc:creator><![CDATA[Carl]]></dc:creator>
		<pubDate>Fri, 11 Jul 2014 22:32:07 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<guid isPermaLink="false">http://carlstanley.com/?p=38</guid>

					<description><![CDATA[<p>There are so many unnecessarily long articles on how to do this. So here&#8217;s the short version \ TLDR of how to flush (or reset) the DNS cache on Mac OS: Open up a Terminal window and enter the following<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://carlstanley.com/how-to-flush-the-dns-cache-on-mac-os-x/">Read more <span class="screen-reader-text">How to flush the DNS cache on Mac OS X</span><span class="meta-nav"> &#8250;</span></a></div>
<p><!-- end of .read-more --></p>
<p>The post <a href="https://carlstanley.com/how-to-flush-the-dns-cache-on-mac-os-x/">How to flush the DNS cache on Mac OS X</a> appeared first on <a href="https://carlstanley.com">CarlStanley.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>There are so many unnecessarily long articles on how to do this. So here&#8217;s the short version \ TLDR of how to flush (or reset) the DNS cache on Mac OS:</p>



<p>Open up a Terminal window and enter the following command (choose the correct OS) to flush the DNS cache.  Enter your password when prompted.</p>



<p><strong>MacOS 11 &#8211; Big Sur</strong></p>



<pre class="wp-block-preformatted">sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder</pre>



<p><strong>Mac OS X 10.7, 10.8 &amp; 10.9 &amp; 10.10</strong></p>



<pre class="wp-block-preformatted">sudo killall -hup mDNSResponder</pre>



<p><strong>Mac OS X 10.6</strong></p>



<pre class="wp-block-preformatted">sudo dscacheutil -flushcache
</pre>
<p>The post <a href="https://carlstanley.com/how-to-flush-the-dns-cache-on-mac-os-x/">How to flush the DNS cache on Mac OS X</a> appeared first on <a href="https://carlstanley.com">CarlStanley.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://carlstanley.com/how-to-flush-the-dns-cache-on-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
