This is about my DDNS setup for znjoa.com which is managed by Godaddy.
- On the GoDaddy settings page, go to the DNS management page
- Remove GoDaddy default name servers
- Add the following name servers from Dynu
-
NS1.DYNU.COM NS2.DYNU.COM NS3.DYNU.COM NS4.DYNU.COM NS5.DYNU.COM NS6.DYNU.COM NS10.DYNU.COM NS11.DYNU.COM
- 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
-
- Other than this, nothing needs to be done (no c name no a record no site redirection)
- On Dynu website:
- register your domain
- Follow this tutorial to enable the local service of Dynu on rpi4 (which I’m using to host this site)
- Use md5 of password for safety
echo "password"| md5
is wrong, should beecho -n "password" | md5
which does not keep the trailing new line character
- Back to Dynu website, go to DDNS services:
- check your domain is there and the ip address was just updated
- this can also be done by checking the log file on the script folder on rpi4
- or you can directly enter the url in the script file in a browser and see if there’s any error
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.