clempaul / dreamhost-dynamic-dns

A Dynamic DNS updater for use with the Dreamhost API
Other
91 stars 39 forks source link

Unable to remove old records; error when IP unchanged #7

Closed hoyazot closed 5 years ago

hoyazot commented 5 years ago

Thanks so much for this script!

One problem I'm having is that when the IP address is different, it won't delete the old record. And when it's unchanged, it throws an error.

# bash dynamicdns.bash -k MYKEY -r MYDOMAIN.COM error no_valueerror record_already_exists_remove_first#

it wouldn't surprise me if this was user error, but I'd appreciate your thoughts. Thanks!