Skip to content

glyph/cloud2zone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libcloud DNS Zone to BIND zone

cloud2zone is a python module and CLI tool which allow you to export DNS zones from any Libcloud-supported provider to the BIND zone file format.

Note: The generated BIND zone file doesn't contain SOA and NS records. This should work fine if you just want to import this file using a DNS provider web interface, but if you want to use it with BIND you need to manually add those records.

Usage

$ pip install cloud2zone
$ cloud2zone --provider my_provider \
             --account username \
             --domain my.zone.example.com

If you have not previously authenticated for the provider/username you have specified, it will then prompt you for an API key, which it will store as securely as it can using the Keyring module.

License

Package is distributed under the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%