cpanel-zone-file

v0.0.0
Generate DNS Zone from Cpanel
cpanel zone file dns

cpanel-zone-file

Export DNS Zone from Cpanel

Install

$ npm install cpanel-zone-file

Usage

import cpanelZoneFile from 'cpanel-zone-file';
import cpanelZoneData from 'cpanel-api-response';

// Simple
cpanelZoneExport(cpanelZoneData);

// Specify domain
cpanelZoneExport(cpanelZoneData, {domain: 'example.com'});

API

cpanelZoneFile(json, options?)

json

Type: Object

JSON data from Cpanel

options

Type: object

domain

Type: string
Default: ''

Specify a domain for the zone file

datetime

Type: string
Default: new Date().toISOString()

Specify a datetime for the zone file, defaults to current date

npm i cpanel-zone-file

Metadata

  • MIT
  • >=12
  • Johnie Hjelm
  • released 1/17/2021

Downloads

Maintainers