Open coolaj86 opened 2 years ago
The existing code only works for a specific type of TXT record (for Let's Encrypt). Bring that into this repo and extend it to support at least the following:
A
AAAA
ANAME
CAA
CNAME
MX
TXT
SRV
NS
SOA
See this for my implementation:
https://github.com/wmerfalen/rocket-digital-ocean
The existing code only works for a specific type of TXT record (for Let's Encrypt). Bring that into this repo and extend it to support at least the following:
A
AAAA
ANAME
(not available for digital ocean)CAA
CNAME
MX
TXT
SRV
NS
(only available for apex and delegated domains)SOA
(only available for apex and delegated domains)