An open API service indexing awesome lists of open source software.

https://github.com/abrander/dozone

Tool for downloading, uploading and syncing DNS zones to Digital Ocean
https://github.com/abrander/dozone

digital-ocean digitalocean dns syncing-dns-zones zone

Last synced: 10 months ago
JSON representation

Tool for downloading, uploading and syncing DNS zones to Digital Ocean

Awesome Lists containing this project

README

          

# dozone
Tool for downloading, uploading and syncing DNS zones to Digital Ocean.

# Usage

Setting the access token (get one [here](https://cloud.digitalocean.com/settings/api/tokens)):

`$ export DIGITALOCEAN_ACCESS_TOKEN=123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234`

Retrieve a zone file for the zone example.com from Digital Ocean:

`$ dozone -download example.com > example.com.zone`

Synchronize local example.com-zone file to Digital Ocean:

`$ dozone example.com.zone`

Synchronize local zone without asking:

`$ dozone -yes example.com.zone`