{"id":13580352,"url":"https://github.com/klutchell/unbound-docker","last_synced_at":"2025-04-05T03:05:49.148Z","repository":{"id":37905554,"uuid":"319762919","full_name":"klutchell/unbound-docker","owner":"klutchell","description":"unofficial unbound multiarch docker image","archived":false,"fork":false,"pushed_at":"2025-03-24T04:45:16.000Z","size":837,"stargazers_count":121,"open_issues_count":14,"forks_count":23,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-29T02:03:44.965Z","etag":null,"topics":["dns","dns-over-https","dns-server","docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klutchell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2020-12-08T21:15:54.000Z","updated_at":"2025-03-24T04:45:19.000Z","dependencies_parsed_at":"2023-10-10T18:47:14.327Z","dependency_job_id":"10cb9c79-434c-40e4-80af-fda3ecb1d016","html_url":"https://github.com/klutchell/unbound-docker","commit_stats":{"total_commits":487,"total_committers":9,"mean_commits":"54.111111111111114","dds":0.3655030800821355,"last_synced_commit":"5979887ced553df2548acede98169d5d9b344cb7"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Funbound-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Funbound-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Funbound-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Funbound-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klutchell","download_url":"https://codeload.github.com/klutchell/unbound-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280262,"owners_count":20912967,"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","dns-over-https","dns-server","docker","docker-image"],"created_at":"2024-08-01T15:01:50.144Z","updated_at":"2025-04-05T03:05:49.131Z","avatar_url":"https://github.com/klutchell.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# unofficial unbound multiarch docker image\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/klutchell/unbound.svg?style=flat-square)](https://hub.docker.com/r/klutchell/unbound)\n[![Docker Stars](https://img.shields.io/docker/stars/klutchell/unbound.svg?style=flat-square)](https://hub.docker.com/r/klutchell/unbound)\n\n[Unbound](https://unbound.net/) is a validating, recursive, and caching DNS\nresolver.\n\nNote that this image is\n[distroless](https://github.com/GoogleContainerTools/distroless)!\n\n\u003e \"Distroless\" images contain only your application and its runtime\n\u003e dependencies. They do not contain package managers, shells or any other\n\u003e programs you would expect to find in a standard Linux distribution.\n\n## Usage/Examples\n\nRun a recursive dns server on host port 53 with the default configuration.\n\n```bash\ndocker run --name unbound \\\n  -p 53:53/tcp -p 53:53/udp \\\n  klutchell/unbound\n```\n\nOptionally mount\n[custom configuration](https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html)\nfrom a host directory. Files must be readable by user/group `101:102` or world.\n\n```bash\ndocker run --name unbound \\\n  -p 53:53/tcp -p 53:53/udp \\\n  -v /path/to/config:/etc/unbound/custom.conf.d \\\n  klutchell/unbound\n```\n\n### Optional: Enable CacheDB Module with Redis backend\n\nThe cache DB module was compiled into daemon, but is disabled by default. To\nenable this module, follow this steps:\n\n- Modify\n  [unbound.conf](https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html#cache-db-module-options)\n  to add the following directive:\n\n  \u003e module-config: \"validator cachedb iterator\"\n\n- Create a `cachedb.conf` under your custom configuration directory\n  `/path/to/config/custom.conf.d` with Redis credentials:\n\n```bash\ncachedb:\n  backend: \"redis\"\n  redis-server-host: redis\n  redis-server-port: 6379\n  redis-expire-records: yes\n```\n\nFiles must be readable by user/group `101:102` or world.\n\nExamples of docker-compose usage can be found in [examples](examples).\n\n## License\n\nThis software is licensed under the [BSD 3-Clause License](LICENSE.md).\n\nOriginal software is by NLnet Labs: \u003chttps://unbound.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Funbound-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklutchell%2Funbound-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Funbound-docker/lists"}