<?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>Godaddy &#8211; ZZ &amp; Joa</title>
	<atom:link href="https://blog.znjoa.com/tag/godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.znjoa.com</link>
	<description>Work &#38; Life</description>
	<lastBuildDate>Wed, 23 Nov 2022 23:10:23 +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>

<image>
	<url>https://blog.znjoa.com/wp-content/uploads/2022/11/cropped-DALL·E-2022-11-23-19.39.49-USSR-style-poster-of-VR-and-AR-150x150.jpg</url>
	<title>Godaddy &#8211; ZZ &amp; Joa</title>
	<link>https://blog.znjoa.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">192961540</site>	<item>
		<title>DDNS setup using name servers</title>
		<link>https://blog.znjoa.com/2022/11/24/ddns-setup/</link>
					<comments>https://blog.znjoa.com/2022/11/24/ddns-setup/#respond</comments>
		
		<dc:creator><![CDATA[Zz]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 23:06:05 +0000</pubDate>
				<category><![CDATA[RPi]]></category>
		<category><![CDATA[DDNS]]></category>
		<category><![CDATA[Dynu]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[nameserver]]></category>
		<guid isPermaLink="false">http://192.168.0.186/?p=134</guid>

					<description><![CDATA[This is about my DDNS setup for znjoa.com which is managed by Godaddy. On the GoDaddy&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<p>This is about my DDNS setup for znjoa.com which is managed by Godaddy.</p>
<ol>
<li>On the GoDaddy settings page, go to the DNS management page
<ol>
<li>Remove GoDaddy default name servers</li>
<li>Add the following name servers from Dynu
<ol>
<li>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">NS1.DYNU.COM
NS2.DYNU.COM
NS3.DYNU.COM
NS4.DYNU.COM
NS5.DYNU.COM
NS6.DYNU.COM
NS10.DYNU.COM
NS11.DYNU.COM</pre>
</li>
<li>Here, NS10 and NS11 are from Europe. If not added the DNS propagation takes very long for myself to see the change. So just remember to add the NS from your region</li>
</ol>
</li>
<li>Other than this, nothing needs to be done (no c name no a record no site redirection)</li>
</ol>
</li>
<li>On Dynu website:
<ol>
<li>register your domain</li>
<li>Follow <a href="https://www.dynu.com/DynamicDNS/IPUpdateClient/RaspberryPi-Dynamic-DNS">this tutorial</a> to enable the local service of Dynu on rpi4 (which I&#8217;m using to host this site)
<ol>
<li>Use md5 of password for safety</li>
<li><code class="EnlighterJSRAW" data-enlighter-language="bash">echo "password"| md5</code>  is wrong, should be <code class="EnlighterJSRAW" data-enlighter-language="bash">echo -n "password" | md5</code> which does not keep the trailing new line character</li>
</ol>
</li>
<li>Back to Dynu website, go to DDNS services:
<ol>
<li>check your domain is there and the ip address was just updated</li>
<li>this can also be done by checking the log file on the script folder on rpi4</li>
<li>or you can directly enter the url in the script file in a browser and see if there&#8217;s any error</li>
</ol>
</li>
</ol>
</li>
</ol>
<p>Now you are good to go! To me, using name servers from a DDNS provider seems to be faster than redirecting the whole site to a DDNS url (which points to my real public IP) on the GoDaddy website.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.znjoa.com/2022/11/24/ddns-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">134</post-id>	</item>
	</channel>
</rss>
