{"id":13564454,"url":"https://github.com/libdns/powerdns","last_synced_at":"2026-02-02T07:45:07.733Z","repository":{"id":57617340,"uuid":"385777013","full_name":"libdns/powerdns","owner":"libdns","description":"libdns powerdns provider","archived":false,"fork":false,"pushed_at":"2024-09-03T04:03:55.000Z","size":21,"stargazers_count":6,"open_issues_count":2,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-04T17:47:35.439Z","etag":null,"topics":["libdns","powerdns"],"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/libdns.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-14T01:16:44.000Z","updated_at":"2024-09-03T04:03:58.000Z","dependencies_parsed_at":"2024-01-16T18:57:59.233Z","dependency_job_id":"2a381603-6277-425f-998f-c384e552a0ec","html_url":"https://github.com/libdns/powerdns","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fpowerdns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fpowerdns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fpowerdns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fpowerdns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libdns","download_url":"https://codeload.github.com/libdns/powerdns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247083015,"owners_count":20880763,"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":["libdns","powerdns"],"created_at":"2024-08-01T13:01:31.606Z","updated_at":"2026-02-02T07:45:02.703Z","avatar_url":"https://github.com/libdns.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"powerdns provider for [`libdns`](https://github.com/libdns/libdns)\n=======================\n\n[![Github Actions](https://github.com/libdns/powerdns/actions/workflows/go.yml/badge.svg)](https://github.com/libdns/powerdns/actions/workflows/go.yml)\n[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/powerdns)\n\nThis package implements the [libdns interfaces](https://github.com/libdns/libdns) for \n[PowerDNS](https://powerdns.com/), allowing you to \nmanage DNS records.\n\nThis uses [mittwald/go-powerdns](https://github.com/mittwald/go-powerdns) under the covers\nto actually talk to powerdns.\n\nTo configure this, simply specify the server URL and the access token. \n\n\n    package main\n    \n    import (\n        \"context\"\n    \n        \"github.com/libdns/libdns\"\n        \"github.com/libdns/powerdns\"\n    )\n\n    func main() {\n        p := \u0026powerdns.Provider{\n            ServerURL: \"http://localhost\", // required\n            ServerID:  \"localhost\",        // if left empty, defaults to localhost.\n            APIToken:  \"asdfasdfasdf\",     // required\n        }\n    \n        _, err := p.AppendRecords(context.Background(), \"example.org.\", []libdns.Record{\n            {\n                Name:  \"_acme_whatever\",\n                Type:  \"TXT\",\n                Value: \"123456\",\n            },\n        })\n        if err != nil {\n            panic(err)\n        }\n    \n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Fpowerdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibdns%2Fpowerdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Fpowerdns/lists"}