1.1.1 • Published 9 months ago

@jumpgroup/record-dns v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

recordDNS

Table of Contents

getAllRecords

Get all DNS records in DigitalOcean or AWS for a domain

Parameters

  • options Object

    • options.domain String The domain to get the records for
  • show Boolean Show the records in the console (optional, default true)

Returns Array All DNS records for the domain

createFile

Create a file with all DNS records for a domain

Parameters

  • options Object

    • options.domain String The domain to get the records for
    • options.path String The path to save the file
    • options.file String The name of the file

Returns File a csv file with all DNS records for the domain