{"id":24319503,"url":"https://github.com/pellizzetti/digitalocean-dns-bind-export","last_synced_at":"2025-09-03T10:36:40.049Z","repository":{"id":64303722,"uuid":"292405406","full_name":"pellizzetti/digitalocean-dns-bind-export","owner":"pellizzetti","description":"Command line tool for getting zone records in BIND format from DigitalOcean","archived":false,"fork":false,"pushed_at":"2020-09-03T13:38:26.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-31T06:53:27.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pellizzetti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-02T22:11:54.000Z","updated_at":"2023-02-05T19:12:35.000Z","dependencies_parsed_at":"2023-01-15T10:00:59.279Z","dependency_job_id":null,"html_url":"https://github.com/pellizzetti/digitalocean-dns-bind-export","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pellizzetti/digitalocean-dns-bind-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellizzetti%2Fdigitalocean-dns-bind-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellizzetti%2Fdigitalocean-dns-bind-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellizzetti%2Fdigitalocean-dns-bind-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellizzetti%2Fdigitalocean-dns-bind-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pellizzetti","download_url":"https://codeload.github.com/pellizzetti/digitalocean-dns-bind-export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellizzetti%2Fdigitalocean-dns-bind-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273431194,"owners_count":25104488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-17T15:33:34.289Z","updated_at":"2025-09-03T10:36:40.024Z","avatar_url":"https://github.com/pellizzetti.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dobind\nCLI for getting zone records in BIND format from DigitalOcean.\n\n### Installation\n\nGrab the latest binary from [releases](https://github.com/pellizzetti/digitalocean-dns-bind-export/releases) page for your architecture and place it somewhere on your `PATH`.\n\n### Usage\n\nSet the access token (get one [here](https://cloud.digitalocean.com/settings/api/tokens)):\n\n```sh\n$ export DO_ACCESS_TOKEN=\"WqvcUVyGEzmMFo28ukKRVFW8rqzAQY9uijSpaPrB8mCXZE6wQ7csNrRa6ZaHHBgo\"\n```\n\nExtract BIND information for the zone `example.com` and write to file `example.com.zone`:\n\n```sh\n$ dobind -z example.com \u003e example.com.zone\n```\n\noutput:\n\n```bind\n$ORIGIN example.com.\n@                      3600 SOA   ns1.p30.dynect.net. (\n                              zone-admin.dyndns.com.     ; address of responsible party\n                              2016072701                 ; serial number\n                              3600                       ; refresh period\n                              600                        ; retry period\n                              604800                     ; expire time\n                              1800                     ) ; minimum ttl\n                      86400 NS    ns1.p30.dynect.net.\n                      86400 NS    ns2.p30.dynect.net.\n                      86400 NS    ns3.p30.dynect.net.\n                      86400 NS    ns4.p30.dynect.net.\n                       3600 MX    10 mail.example.com.\n                       3600 MX    20 vpn.example.com.\n                       3600 MX    30 mail.example.com.\n                         60 A     204.13.248.106\n                       3600 TXT   \"v=spf1 includespf.dynect.net ~all\"\nmail                  14400 A     204.13.248.106\nvpn                      60 A     216.146.45.240\nwebapp                   60 A     216.146.46.10\nwebapp                   60 A     216.146.46.11\nwww                   43200 CNAME example.com.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellizzetti%2Fdigitalocean-dns-bind-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpellizzetti%2Fdigitalocean-dns-bind-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellizzetti%2Fdigitalocean-dns-bind-export/lists"}