{"id":15067749,"url":"https://github.com/gomodules/dns","last_synced_at":"2025-04-10T16:13:00.262Z","repository":{"id":14366105,"uuid":"76355272","full_name":"gomodules/dns","owner":"gomodules","description":"Unified DNS API client for GO","archived":false,"fork":false,"pushed_at":"2023-03-04T21:54:52.000Z","size":7493,"stargazers_count":40,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T14:04:06.498Z","etag":null,"topics":["dns","golang"],"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/gomodules.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-12-13T12:05:58.000Z","updated_at":"2024-09-27T11:35:40.000Z","dependencies_parsed_at":"2022-08-07T08:00:11.020Z","dependency_job_id":"b455bdbf-ac63-46be-bc5a-7695d50b5e31","html_url":"https://github.com/gomodules/dns","commit_stats":null,"previous_names":["appscode/go-dns"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomodules%2Fdns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomodules%2Fdns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomodules%2Fdns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomodules%2Fdns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gomodules","download_url":"https://codeload.github.com/gomodules/dns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248251320,"owners_count":21072688,"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","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":["dns","golang"],"created_at":"2024-09-25T01:27:04.357Z","updated_at":"2025-04-10T16:13:00.243Z","avatar_url":"https://github.com/gomodules.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/gomodules.xyz/dns)](https://goreportcard.com/report/gomodules.xyz/dns)\n[![Build Status](https://travis-ci.org/gomodules/dns.svg?branch=master)](https://travis-ci.org/gomodules/dns)\n\n# go-dns\nUnified DNS API client for GOlang. See here for the documentation of [common provider interface](https://godoc.org/gomodules.xyz/dns/provider).\n```go\ntype Provider interface {\n\tEnsureARecord(domain string, ip string) error\n\tDeleteARecord(domain string, ip string) error\n\tDeleteARecords(domain string) error\n}\n```\n\n### Supported DNS Providers\n- [x] AWS Route53\n- [x] Azure\n- [x] Cloudflare\n- [x] DigitalOcean\n- [x] Google Cloud DNS\n- [x] Linode\n- [x] Vultr\n\n### Acknowledgement\nThe initial implementation of this library was forked from https://github.com/xenolf/lego/tree/master/providers/dns\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomodules%2Fdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgomodules%2Fdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomodules%2Fdns/lists"}