Skip to content

johnie/cpanel-zone-file

Repository files navigation

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

About

Generate DNS Zone file from Cpanel data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published