{"id":43379082,"url":"https://github.com/libdns/autodns","last_synced_at":"2026-02-02T07:44:49.957Z","repository":{"id":263425685,"uuid":"888561970","full_name":"libdns/autodns","owner":"libdns","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-08T07:38:25.000Z","size":36,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T09:27:27.947Z","etag":null,"topics":["internetx","internetx-autodns-api"],"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-14T15:59:37.000Z","updated_at":"2025-09-08T07:38:21.000Z","dependencies_parsed_at":"2024-11-18T14:27:43.760Z","dependency_job_id":"5c90d4e7-d9e8-4d56-87d2-85e25c79dd17","html_url":"https://github.com/libdns/autodns","commit_stats":null,"previous_names":["libdns/autodns"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/libdns/autodns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fautodns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fautodns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fautodns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fautodns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libdns","download_url":"https://codeload.github.com/libdns/autodns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fautodns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["internetx","internetx-autodns-api"],"created_at":"2026-02-02T07:44:49.250Z","updated_at":"2026-02-02T07:44:49.951Z","avatar_url":"https://github.com/libdns.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\\\u003cautodns\\\u003e for [`libdns`](https://github.com/libdns/libdns)\n=======================\n\n[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/autodns)\n\nThis package implements the [libdns interfaces](https://github.com/libdns/libdns) for \\\u003cautodns\\\u003e, allowing you to manage DNS records.\n\nExample:\n\n```\npackage main\n\nimport (\n\t\"context\"\n\t\"os\"\n\t\"log\"\n\n\t\"github.com/libdns/autodns\"\n)\n\nfunc main() {\n\tprovider := autodns.Provider{\n\t\tUsername: os.Getenv(\"AUTODNS_USERNAME\"),\n\t\tPassword: os.Getenv(\"AUTODNS_PASSWORD\"),\n\t}\n\n\trecords, err := provider.GetRecords(context.TODO(), \"zone.example.org\")\n\tif err != nil {\n\t\tlog.Fatalf(\"unexpected error: %s\", err)\n\t}\n\n\tfmt.Printf(\"%#v\", records)\n}\n```\n\nAs an alternative, configure the provider struct with the following:\n\n| Field      | Description (default)      | Required |\n|------------|----------------------------|----------|\n| Username   | username, empty            | yes      |\n| Password   | password, empty            | yes      |\n| Endpoint   | https://api.autodns.com/v1 | no       |\n| Context    | 4                          | no       |\n| HttpClient | `\u0026http.Client{}`           | no       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Fautodns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibdns%2Fautodns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Fautodns/lists"}