Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dns/ddclient: Add Dreamhost DNS API support #3996

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tmacphail
Copy link

Dreamhost DNS API doesn't support an "update". Old records must be removed and new ones added. Removal requires exact match of hostname, type, and value so they must first be queried to know existing IP(s) to remove.

Also fixes a bug in the BaseAccount class where if checkip() returned "" instead of None on failure, the error would be bypassed and account execute() methods would receive "" for current_address. This was encountered when dyndns method was timing out for https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant