Skip to content

PHP command line tool for exporting Openprovider DNS zones to bind files

License

Notifications You must be signed in to change notification settings

ixp-nl/openprovider-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openprovider Export

PHP command line tool for exporting Openprovider DNS zones to bind files

Setup

git clone https://github.com/ixp-nl/openprovider-export.git
cd openprovider-export
composer update

Check if you have enabled API access on https://cp.openprovider.eu/account/dashboard.php
Provide the API username and password in config.php

Usage

Export domain example.com

php export.php example.com

Save to domains folder

php export.php --save example.com

Multiple domains

php export.php --save domain1.com domain2.com domain3.com ...

Export all domains

To export all domains in your account use:

php exportall.php --save

About

PHP command line tool for exporting Openprovider DNS zones to bind files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages