Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 516 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 516 Bytes

MyDNSHost bulk importer

This repository contains code to take a directory of zone files and bulk-import their contents into http://www.mydnshost.co.uk/

Usage:

  • Clone the repo
  • Grab dependencies via composer composer update
  • Create config.local.php with your user and API key:
	$config['user'] = '[email protected]';
	$config['apikey'] = 'AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE';
  • Add zone files (ending in .zone or .db) into the zones/ directory
  • Run the importer with php run.php