godaddy-ddns
godaddy-ddns copied to clipboard
A script for dynamically updating a GoDaddy DNS record. I use GoDaddy to host DNS for a domain and I wanted to point an A record in that domain to a host who's IP address changes occasionally. GoDaddy...
Hi! I've been using your script for quite a while, but it somehow stopped working today for my wildcard A record. I tried using both the `godaddy_ddns.py --ip IP --key...
I added support for the hostname to be a list of hostnames that all get updated. This way the IP address is fetched only once, but multiple updates are still...
Would it be possible for someone to add the ability to update multiple hosts in one pass? Yes, I know I could run the script twice, but that seems like...
Hello, a couple of days ago the script started not working for me: /usr/local/sbin/godaddy_ddns.py --key $KEY$ --secret $SECRET$--ttl 600 @.domain.tld `Traceback (most recent call last): File "/usr/local/sbin/godaddy_ddns.py", line 92, in...
Hello! I've just tried implementing this, but regardless of how I run the script (whether with direct arguments or a %file) Python reports HTTP error 401. I've tried recreating my...
Would it be possible to include both record update and record add/delete?
Hi, I've had this script running successfully for years, now im getting "HTTP Error 403: Forbidden" Here is the full error: ``` python3 /volume1/JF_STORAGE/SCRIPTS/godaddy-ddns-master/godaddy_ddns.py \%/volume1/JF_STORAGE/SCRIPTS/godaddy-ddns-master/godaddy-ddns.config Traceback (most recent call last):...