{"id":43876720,"url":"https://github.com/solairen/bind9","last_synced_at":"2026-02-06T14:45:10.380Z","repository":{"id":209027732,"uuid":"682958538","full_name":"solairen/bind9","owner":"solairen","description":"Install Bind9 DNS server using Ansible","archived":false,"fork":false,"pushed_at":"2026-01-14T22:01:26.000Z","size":79,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T03:09:09.323Z","etag":null,"topics":["asnible","bind9","docker","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/solairen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://www.paypal.com/paypalme/solairen32"}},"created_at":"2023-08-25T09:03:30.000Z","updated_at":"2026-01-14T22:01:28.000Z","dependencies_parsed_at":"2023-11-24T16:30:38.553Z","dependency_job_id":"1b58d3be-ed36-46f9-b7fc-80ad40f12c75","html_url":"https://github.com/solairen/bind9","commit_stats":null,"previous_names":["solairen/bind9"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solairen/bind9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fbind9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fbind9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fbind9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fbind9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solairen","download_url":"https://codeload.github.com/solairen/bind9/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solairen%2Fbind9/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29165089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"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":["asnible","bind9","docker","raspberry-pi"],"created_at":"2026-02-06T14:45:10.304Z","updated_at":"2026-02-06T14:45:10.366Z","avatar_url":"https://github.com/solairen.png","language":"Jinja","readme":"# About\n\nThis ansible script installs [Bind9](https://bind9.readthedocs.io/en/latest/index.html#).\n\nDocker image is available on [DockerHub](https://hub.docker.com/r/moleszek/bind9).\n\nSupported OS:\n\n- Debian 12\n- Ubuntu 22.04\n- Raspberry Pi 4/5\n\n## Ubuntu\n\nIn Ubuntu OS `DNSStubListener` should be set to `no`:\n\n```bash\nvim /etc/systemd/resolved.conf\n```\n\nuncomment and change to `no`:\n\n```bash\nDNSStubListener=no\n```\n\nSave and restart `systemd-resolved.service`\n\n```bash\nsudo restart systemd-resolved.service\n```\n\n## Configuration\n\nOpen `configuration.yml` that is located in `group_vars/bind9` and set proper values:\n\n```yml\naddresses:\n  first: 127.0.0.0\n  second: 127.0.1.0\ndns1: 9.9.9.9\ndns2: 149.112.112.112\n```\n\nHere:\n\n```yml\naddresses:\n  first: 127.0.1.0\n  second: 127.0.2.0\n```\n\nthere is an option to add more addresses that will be added to `acl` configuration in `named.conf.options` e.g:\n\n```yml\naddresses:\n  first: 127.0.0.0\n  second: 127.0.1.0\n  third: 127.0.2.0\n  fourth: 127.0.3.0\n```\n\nand the output for `named.conf.options` will be:\n\n```conf\nacl internal {\n    127.0.0.0/24;\n    127.0.1.0/24;\n    127.0.2.0/24;\n    127.0.3.0/24;\n};\n```\n","funding_links":["https://www.paypal.com/paypalme/solairen32"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolairen%2Fbind9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolairen%2Fbind9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolairen%2Fbind9/lists"}