gsiametis / dreampy_dns

Python script for updating Dreamhost's DNS custom records.
MIT License
23 stars 13 forks source link

Support for updating TXT DNS record #6

Open dietpiuser opened 4 years ago

dietpiuser commented 4 years ago

Hi, does the script support updating TXT DNS records dynamically?

I'm looking to add and remove a TXT DNS record via DreamHost API using your script. Let me know if that is possible?

Thanks.

gsiametis commented 4 years ago

Greetings,

No, only A and AAAA record types are updated, but that functionality can be added. However, why would you need that?

On Sun, 16 Aug 2020, 05:54 dietpiuser, notifications@github.com wrote:

Hi, does the script support updating TXT DNS records dynamically?

I'm looking to add and remove a TXT DNS record via DreamHost API using your script. Let me know if that is possible?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gsiametis/dreampy_dns/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXNRSXKDXC66MUKPWOLIEDSA5DABANCNFSM4QAS4LSA .

dietpiuser commented 4 years ago

I was looking to use the script with letsencrypt SSL cert renewal with DNS based validation. However I've worked out there is a separate ACME script I can use for that purpose and it leverages DNS CNAME.