This repository contains code to export zones from https://www.mydnshost.co.uk/ into a directory of zone files.
- 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