Skip to content

A simple Python script to update DNS records at GoDaddy.

License

Notifications You must be signed in to change notification settings

glzbcrt/gdydnsupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDaddy DNS Update · GoDaddy DNS Update license

Small utility I wrote to update my home external IP address so I could acess it remotely, even if the address did change. As I use GoDaddy to host my DNS zone and it has a good API I wrote a simple Python script to update my external IP address.

I configured it to run as a systemd service in my Raspberry PI 3. It runs in a loop and at each 30 minutes if my external IP address did change it update my external host name.

This is my use case, but you might use it as a base to another use case where you will interact with GoDaddy DNS APIs. Read the script. The constants you need to change are well documented.

Hope it helps someone! :)

About

A simple Python script to update DNS records at GoDaddy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages