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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cloud2zone-0.1.2.tar.gz
.
File metadata
- Download URL: cloud2zone-0.1.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cf013775310ce4af1df18550a137903a777eafdc493171703771d7915850288 |
|
MD5 | 92dc7f05112c6734df1412a0fd2dcf14 |
|
BLAKE2b-256 | 866184743d07a5ba5adbf9d104db05cd03c5d5eaa773bf9e21b1b288898bb175 |
File details
Details for the file cloud2zone-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: cloud2zone-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49973700dea568f76b770ad4c59870d436a19abc8888c978e277bf195b80d768 |
|
MD5 | ea7a7e95ffd60803341d5b140ad12b2b |
|
BLAKE2b-256 | 44bd154465e42537b6b63138223b4956198f9cd172de4137302949d58205ee5a |