Skip to content

mydnshost/mydnshost-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code to bulk-import DNS Zones into mydnshost

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages