clempaul / dreamhost-dynamic-dns

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

Support for DNS TXT record #15

Closed dietpiuser closed 4 years ago

dietpiuser commented 4 years ago

Hi, can the script be used to add and remove TXT DNS records using DreamHost API?

clempaul commented 4 years ago

Hi @dietpiuser, thanks for the question.

In its current form, this script cannot be used to modify TXT records, however you could modify it to do so (basically update all the places where we specify or look for an A record).

I'm not quite sure what the use case is here though?

dietpiuser commented 4 years ago

I was using TXT record with a current dynamic DNS provider to validate letsencrypt SSL cert. But i've now come across an ACME script that can help with that. So all good here. Thanks.