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
- Host: GitHub
- URL: https://github.com/abrander/dozone
- Owner: abrander
- License: mit
- Created: 2016-04-26T17:01:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T13:39:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T15:07:36.917Z (about 1 year ago)
- Topics: digital-ocean, digitalocean, dns, syncing-dns-zones, zone
- Language: Go
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`