{"id":29470446,"url":"https://github.com/davidjenni/pi-hole-unbound","last_synced_at":"2026-04-13T09:32:28.987Z","repository":{"id":304563811,"uuid":"1008161607","full_name":"davidjenni/pi-hole-unbound","owner":"davidjenni","description":"Secure recursive DNS resolver with pi-hole, unbound and traefik","archived":false,"fork":false,"pushed_at":"2025-07-13T22:11:13.000Z","size":22,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T23:32:25.751Z","etag":null,"topics":["dns","dnssec","docker-compose","pi-hole","recursive-dns","traefik","ubuntu-core","unbound"],"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/davidjenni.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}},"created_at":"2025-06-25T06:02:51.000Z","updated_at":"2025-07-13T21:30:11.000Z","dependencies_parsed_at":"2025-07-13T23:42:37.660Z","dependency_job_id":null,"html_url":"https://github.com/davidjenni/pi-hole-unbound","commit_stats":null,"previous_names":["davidjenni/pi-hole-unbound"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/davidjenni/pi-hole-unbound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjenni%2Fpi-hole-unbound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjenni%2Fpi-hole-unbound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjenni%2Fpi-hole-unbound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjenni%2Fpi-hole-unbound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidjenni","download_url":"https://codeload.github.com/davidjenni/pi-hole-unbound/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjenni%2Fpi-hole-unbound/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["dns","dnssec","docker-compose","pi-hole","recursive-dns","traefik","ubuntu-core","unbound"],"created_at":"2025-07-14T12:02:13.477Z","updated_at":"2026-04-13T09:32:28.972Z","avatar_url":"https://github.com/davidjenni.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure recursive DNS resolver with pi-hole\n\nDocker based stack with [Unbound recursive DNS resolver](https://unbound.docs.nlnetlabs.nl/en/latest/index.html)\nand [pi-hole ad blocker](https://pi-hole.net/).\n\n## Goals\n\n- optimize privacy:\n  - DNS sink to filter/block unwanted content\n  - a recursive DNS with DNSSEC to shield visited sites from ISP's DNS\n- docker-based for easy initial deployment and low-friction, regular updates\n- forwarding to local DHCP/DNS host (e.g. Ubiquiti UDM) to resolve local network names\n- TODO: deployable and upgradable via separate docker image on minimal config, immutable Ubuntu Core node\n(no git nor curl etc. installed on docker host)\n\n## local test for pihole\n\n```bash\ndocker compose build\ndocker compose stop\ndocker compose up -d\ndocker compose ps\ndocker image prune -f --filter 'dangling=true'\ndig -p 5300 @localhost github.com\n```\n\ntest DNSSEC:\n\n```bash\ndig -p 5300 @localhost SOA com. +dnssec\ndig -p 5300 @localhost cloudflare.com +dnssec\n```\n\ndirectly connect to container:\n\n```bash\ndocker exec -it ns-dns-1 ash\n```\n\n## Deployment\n\n### Manual deployment\n\n- git clone this repo (or [download latest release as zip, then unzip](https://github.com/davidjenni/pi-hole-unbound/releases))\n- Create your own *.prod.env file, use the checked in jenni.prod.env as starting point\n- re-start compose stack (build \u0026 pull before stopping the already running DNS server!):\n\n```bash\n./deploy.sh\n```\n\n## TODOs\n\nThere's still work left, see [Issues](https://github.com/davidjenni/pi-hole-unbound/issues?q=is%3Aissue%20state%3Aopen%20label%3Afeature)\n\nAny bugs, file via [Issues](https://github.com/davidjenni/pi-hole-unbound/issues).\n\n## References\n\n- [DNSSEC query and response process](https://learn.microsoft.com/en-us/windows-server/networking/dns/validate-dnssec-responses#including-dnssec-data)\n- [DNSSEC troubleshooting with dig](https://developers.cloudflare.com/dns/dnssec/troubleshooting/#view-the-dnssec-chain-of-trust-with-dig)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidjenni%2Fpi-hole-unbound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidjenni%2Fpi-hole-unbound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidjenni%2Fpi-hole-unbound/lists"}