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.
Release files for cloud2zone 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cloud2zone-0.1.2.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cloud2zone-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.5 kB
Release files / cloud2zone-0.1.2.tar.gz
| Download URL | cloud2zone-0.1.2.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8cf013775310ce4af1df18550a137903a777eafdc493171703771d7915850288
|
|
BLAKE2b-256 checksum How to use checksums |
866184743d07a5ba5adbf9d104db05cd03c5d5eaa773bf9e21b1b288898bb175
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / cloud2zone-0.1.2-py3-none-any.whl
| Download URL | cloud2zone-0.1.2-py3-none-any.whl |
|---|---|
| Size | 9.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
49973700dea568f76b770ad4c59870d436a19abc8888c978e277bf195b80d768
|
|
BLAKE2b-256 checksum How to use checksums |
44bd154465e42537b6b63138223b4956198f9cd172de4137302949d58205ee5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|