Skip to content

mydnshost/mydnshost-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyDNSHost bulk exporter

This repository contains code to export zones from https://www.mydnshost.co.uk/ into a directory of zone files.

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';
  • Run the exporter with php run.php

About

Code to bulk-export DNS Zones from mydnshost

Resources

License

Stars

Watchers

Forks

Languages