{"id":21260392,"url":"https://github.com/nlm/docker-nsd","last_synced_at":"2026-07-21T14:06:16.331Z","repository":{"id":71728368,"uuid":"77183291","full_name":"nlm/docker-nsd","owner":"nlm","description":":whale: Docker image for nsd, a static authoritative nameserver","archived":false,"fork":false,"pushed_at":"2016-12-27T13:13:09.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T21:55:41.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nlm.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":"2016-12-22T23:40:25.000Z","updated_at":"2017-01-04T01:21:04.000Z","dependencies_parsed_at":"2023-07-31T21:02:31.818Z","dependency_job_id":null,"html_url":"https://github.com/nlm/docker-nsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nlm/docker-nsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fdocker-nsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fdocker-nsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fdocker-nsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fdocker-nsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlm","download_url":"https://codeload.github.com/nlm/docker-nsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fdocker-nsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35726590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"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":"2024-11-21T04:18:20.661Z","updated_at":"2026-07-21T14:06:16.311Z","avatar_url":"https://github.com/nlm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-nsd\n==========\n\nDocker image for nsd, a static authoritative nameserver.\n\nHow to use\n----------\n\nCreate a `zones` directory. It will contain the zones data.\nThe `example.com` zone file will be `zones/example.com.zone`\n\nThe content of the zone file is a DNS zone respecting the standard\n[Bind-Style Zone File Format](https://en.wikipedia.org/wiki/Zone_file).\nYou'll find an example in this repository.\n\nBuild the container (if not pulled from docker hub)\n\n    # docker build -t nsd .\n\nStart the container, binding your zones dir to the container's `/etc/nsd/zones`\ndir and exposing the port 53 on tcp and udp. It will automatically generate\nconfiguration files for the zones detected in the zones directory.\n\n    # docker run -d --name nsd -v $(pwd)/zones:/etc/nsd/zones:ro -p 53:53/udp -p 53:53 nsd\n\nCheck that it actually works (example files from this repo are used here):\n\n    # dig +short +norecurse test.example.com @localhost\n    10.0.0.1\n\nIf you make changes to the zones content, you can regenerate the config and\nreload nsd with this command:\n\n    # docker exec nsd nsd-reload\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlm%2Fdocker-nsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlm%2Fdocker-nsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlm%2Fdocker-nsd/lists"}