-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
New Appliance: PowerDNS Recursor
A new TurnKey Linux appliance for PowerDNS Recursor — a high-performance, open-source DNS resolver with caching, forwarding, DNSSEC validation, and DNS64/NAT64 support.
Use case
Internal DNS resolver for private networks, homelab, datacenter, or cooperative infrastructure. Designed to run as an LXC container on Proxmox (both privileged and unprivileged).
Features
- PowerDNS Recursor 4.8 with caching, DNSSEC, and forwarding pre-configured
- Split-horizon DNS via auth-zones for internal name resolution
- DNS64 support for IPv6-only networks (configurable via Confconsole)
- Web dashboard (HTTPS/443) with real-time stats (queries, cache hit rate, latency, uptime)
- Nginx reverse proxy for the Recursor API (API key injected automatically, never exposed directly)
- Confconsole plugin with options to: regenerate API key, configure allowed networks, set upstream forwarders, enable/disable DNS64, manage auth-zones, toggle IPv6 firewall, reload config, and view stats
- First-boot security:
- Unique API key generated per installation (shown once, never stored on disk)
- Public IPv6 detection with interactive prompt to restrict access via ip6tables
- Persistent firewall rules across reboots
- LXC unprivileged support via systemd service override (disables sandboxing directives incompatible with unprivileged containers)
- Zone management helper (
pdns-zonesCLI tool) for listing, reloading, and testing zones - Cron-based zone reload every 5 minutes (for CI/CD-driven zone updates)
Technical details
- Based on
turnkey-core(Debian 12 Bookworm) - Packages:
pdns-recursor,pdns-tools,nginx-light,dnsutils,lua-cjson - Default upstream forwarders: Cloudflare (1.1.1.1, 1.0.0.1) + configurable
- Recursor API always behind Nginx/SSL on port 443, port 8082 not exposed
- Tested on Proxmox 8.x, both privileged and unprivileged LXC
Screenshots
Source
https://git.pop.coop/turnkeylinux/pdns-recursor
Built and tested by @marcos-mendez / POPSOLUTIONS Cooperative
Reactions are currently unavailable