{"id":44688793,"url":"https://github.com/kassisol/dns-updater","last_synced_at":"2026-02-15T06:36:30.433Z","repository":{"id":57563223,"uuid":"110031747","full_name":"kassisol/dns-updater","owner":"kassisol","description":"DNS Updater runs as a Docker service on a Docker Swarm manager host and listen for service create events then add cname to DNS provider based on label added to services","archived":false,"fork":false,"pushed_at":"2018-02-14T16:20:36.000Z","size":1227,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T11:10:57.113Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kassisol.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":"2017-11-08T21:20:17.000Z","updated_at":"2021-12-18T03:28:58.000Z","dependencies_parsed_at":"2022-08-31T05:01:46.626Z","dependency_job_id":null,"html_url":"https://github.com/kassisol/dns-updater","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kassisol/dns-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassisol%2Fdns-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassisol%2Fdns-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassisol%2Fdns-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassisol%2Fdns-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kassisol","download_url":"https://codeload.github.com/kassisol/dns-updater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassisol%2Fdns-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29471951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T05:26:30.465Z","status":"ssl_error","status_checked_at":"2026-02-15T05:26:21.858Z","response_time":118,"last_error":"SSL_read: 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":[],"created_at":"2026-02-15T06:36:30.065Z","updated_at":"2026-02-15T06:36:30.418Z","avatar_url":"https://github.com/kassisol.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DNS Updater\n\nDNS Updater runs as a Docker service on a Docker Swarm manager host and listens for service create events then add cname to DNS provider based on label provided.\n\nOnly one dns backend is supported which is `infoblox`.\n\n## Getting started\n\n### Run it\n\nFirst add the config file in Docker Secret:\n\n```bash\n# docker secret create infoblox_config -\n---\nipam_host: '\u003chostname\u003e'\napi_version: '2.4'\nusername: '\u003cuser\u003e'\npassword: '\u003cpassword\u003e'\n```\n\nThen start dns-updater service on any of the Docker Swarm manager using that secret\n\n```bash\n# docker service create -d --constraint \"node.role==manager\" -v /var/run/docker.sock:/var/run/docker.sock --secret source=infoblox_config,target=/config.yml --name dns-updater kasissol/dns-updater:x.x.x -c /config.yml\n```\n\n### Use it\n\nLabels are used to configure your services.\n\n| Label     | Description                                  |\n|-----------|----------------------------------------------|\n| dns.host  | Give host name the CNAME will be pointed to. |\n| dns.cname | Give the CNAME name.                         |\n\nExample:\n\n```bash\n# docker service create -d --label \"dns.host=foo.example.com\" --label \"dns.cname=bar.example.com\" --name web1 nginx\n```\n\n## User Feedback\n\n### Issues\n\nIf you have any problems with or questions about this application, please contact us through a [GitHub](https://github.com/kassisol/dns-updater/issues) issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassisol%2Fdns-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkassisol%2Fdns-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassisol%2Fdns-updater/lists"}