Skip to main content

Python module which allows you to export Libcloud DNS zone to the BIND zone file format

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloud2zone-0.1.2.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

cloud2zone-0.1.2-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page