The existing JS code works for a specific type of TXT record (for Let's Encrypt), and the bash script handles A and AAAA records (for provisioning VPSes).
Bring that into this repo and extend it to support at least the following:
A
AAAA
ANAME (may not be available for GoDaddy)
CAA
CNAME
MX
TXT
SRV
NS (only available for apex and delegated domains)
SOA (only available for apex and delegated domains)
The existing JS code works for a specific type of TXT record (for Let's Encrypt), and the bash script handles A and AAAA records (for provisioning VPSes).
Bring that into this repo and extend it to support at least the following:
A
AAAA
ANAME
(may not be available for GoDaddy)CAA
CNAME
MX
TXT
SRV
NS
(only available for apex and delegated domains)SOA
(only available for apex and delegated domains)