{"id":19635877,"url":"https://github.com/tozd/docker-powerdns","last_synced_at":"2026-05-15T15:31:24.848Z","repository":{"id":82333810,"uuid":"110507084","full_name":"tozd/docker-powerdns","owner":"tozd","description":"PowerDNS Docker image. Read-only mirror of https://gitlab.com/tozd/docker/powerdns","archived":false,"fork":false,"pushed_at":"2025-06-03T17:41:27.000Z","size":15,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-04T03:16:27.392Z","etag":null,"topics":["docker","docker-image","powerdns"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"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/tozd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["plast8","mitar"]}},"created_at":"2017-11-13T06:07:11.000Z","updated_at":"2025-06-03T17:41:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1f3372d-8a41-4221-a876-32c75d3adeb9","html_url":"https://github.com/tozd/docker-powerdns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tozd/docker-powerdns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-powerdns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-powerdns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-powerdns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-powerdns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tozd","download_url":"https://codeload.github.com/tozd/docker-powerdns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-powerdns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33071028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","powerdns"],"created_at":"2024-11-11T12:27:23.473Z","updated_at":"2026-05-15T15:31:24.843Z","avatar_url":"https://github.com/tozd.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/plast8","https://github.com/sponsors/mitar"],"categories":[],"sub_categories":[],"readme":"# tozd/powerdns\n\n\u003chttps://gitlab.com/tozd/docker/powerdns\u003e\n\nAvailable as:\n\n- [`tozd/powerdns`](https://hub.docker.com/r/tozd/powerdns)\n- [`registry.gitlab.com/tozd/docker/powerdns`](https://gitlab.com/tozd/docker/powerdns/container_registry)\n\n## Image inheritance\n\n[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← `tozd/powerdns`\n\n## Tags\n\n- `ubuntu-trusty`: powerdns-server 3.3\n- `ubuntu-xenial`: powerdns-server 4.0.0-alpha2\n- `ubuntu-bionic`: powerdns-server 4.1.1\n- `ubuntu-focal`: powerdns-server 4.2.1\n- `ubuntu-jammy`: powerdns-server 4.5.3\n- `ubuntu-noble`: powerdns-server 4.8.3\n\n## Volumes\n\n- `/var/log/powerdns`: Log files when `LOG_TO_STDOUT` is not set to `1`.\n- `/etc/powerdns/pdns.d`: Volume with configuration files.\n\n## Variables\n\n- `LOG_TO_STDOUT`: If set to `1` output logs to stdout (retrievable using `docker logs`) instead of log volumes.\n\n## Ports\n\n- `53/udp`: DNS port on which PowerDNS listens.\n- `53/tcp`: DNS port on which PowerDNS listens.\n\n## Description\n\nImage providing [PowerDNS](https://www.powerdns.com/) DNS server.\n\nWhen `LOG_TO_STDOUT` is set to `1`, Docker image logs output to stdout and stderr. All stdout output is JSON.\n\nYou configure it by mounting a volume into `/etc/powerdns/pdns.d` with files to configure PowerDNS. For example,\na simple `pdns.conf` file could look like:\n\n```\n# Disable recursion.\nallow-recursion=\n\n# We use dinit to assure the process is running.\nguardian=no\ndaemon=no\n\n# DNS master \u0026 slave.\nmaster=yes\nslave=no\n\n# Allow AXFR.\ndisable-axfr=no\n# Allow slave.\nallow-axfr-ips=123.123.123.123/32\n\n# To be anonymous.\nversion-string=anonymous\n```\n\nEnable Bind backend with `pdns.simplebind.conf`:\n\n```\nlaunch=bind\nbind-config=/etc/powerdns/bindbackend.conf\nbind-check-interval=3600\n```\n\nAnd your `/etc/powerdns/bindbackend.conf` could look like:\n\n```\nzone \"example.com\" {\n  type master;\n  file \"/etc/powerdns/bind/example.com\";\n};\n```\n\nThis example mounts an additional `/etc/powerdns/bindbackend.conf` file and additional directory `/etc/powerdns/bind`.\n\nOf course you can also just extend this Docker image and add those files and directories there.\n\n## GitHub mirror\n\nThere is also a [read-only GitHub mirror available](https://github.com/tozd/docker-powerdns),\nif you need to fork the project there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftozd%2Fdocker-powerdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftozd%2Fdocker-powerdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftozd%2Fdocker-powerdns/lists"}