{"id":47821573,"url":"https://github.com/jsanchez0x/unbound_container","last_synced_at":"2026-04-03T19:10:59.164Z","repository":{"id":45754693,"uuid":"510897216","full_name":"jsanchez0x/unbound_container","owner":"jsanchez0x","description":"Simple implementation of unbound to work with Pi-Hole. Both in separate Docker containers.","archived":false,"fork":false,"pushed_at":"2026-03-03T08:04:54.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T11:49:44.605Z","etag":null,"topics":["docker","docker-image","pihole","unbound"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jsanchez0x/unbound_container","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsanchez0x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-07-05T21:19:54.000Z","updated_at":"2026-03-03T08:04:52.000Z","dependencies_parsed_at":"2024-06-02T13:28:50.629Z","dependency_job_id":"18b84350-b7e7-4c9a-a5a4-5f426b713b7c","html_url":"https://github.com/jsanchez0x/unbound_container","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jsanchez0x/unbound_container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanchez0x%2Funbound_container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanchez0x%2Funbound_container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanchez0x%2Funbound_container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanchez0x%2Funbound_container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsanchez0x","download_url":"https://codeload.github.com/jsanchez0x/unbound_container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanchez0x%2Funbound_container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31372199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"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":["docker","docker-image","pihole","unbound"],"created_at":"2026-04-03T19:10:58.683Z","updated_at":"2026-04-03T19:10:59.157Z","avatar_url":"https://github.com/jsanchez0x.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unbound_container [![Docker Image CI](https://github.com/jsanchez0x/unbound_container/actions/workflows/docker-image.yml/badge.svg)](https://github.com/jsanchez0x/unbound_container/actions/workflows/docker-image.yml) [![Generic badge](https://img.shields.io/badge/Docker-Hub-blue.svg?logo=docker\u0026logoColor=white)](https://hub.docker.com/r/jsanchez0x/unbound_container)\nSimple implementation of [unbound](https://www.nlnetlabs.nl/projects/unbound/about/) to work with [Pi-Hole](https://pi-hole.net/). Both in separate Docker containers.\n\n## Prerequisites\nIf the Pi-hole container is running on a network other than the default. If not, this is not necessary.\n- Get the name of the network where the Pi-Hole container is located.\n- And set an unused IP of this network.\n\n## Build\n```bash\ngit clone https://github.com/jsanchez0x/unbound_container.git\ndocker build --rm --tag jsanchez0x/unbound_container:latest unbound_container\n```\n\n## Run\n```bash\ndocker run -d \\\n    --name unbound \\\n    -p 5335:5335/tcp -p 5335:5335/udp \\\n    --restart=unless-stopped \\\n    --cap-add=NET_ADMIN \\\n    jsanchez0x/unbound_container:latest\n```\n\n### With custom network\nAssuming that the network name is called *pihole-network* and the IP *172.18.0.4* is not used.\n```bash\ndocker run -d \\\n    --name unbound \\\n    -p 5335:5335/tcp -p 5335:5335/udp \\\n    --net pihole-network --ip 172.18.0.4 \\\n    --restart=unless-stopped \\\n    --cap-add=NET_ADMIN \\\n    jsanchez0x/unbound_container:latest\n```\n\n## Maintenance\nRe-create every 6 months to update the root servers. Necessary to download updated [dns-root-data](https://packages.debian.org/sid/dns-root-data).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsanchez0x%2Funbound_container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsanchez0x%2Funbound_container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsanchez0x%2Funbound_container/lists"}