Port details |
- powerdns-recursor Advanced DNS recursor
- 5.2.5 dns
=7 5.2.4Version of this port present on the latest quarterly branch. - Maintainer: tremere@cainites.net
 - Port Added: 2006-11-16 00:01:42
- Last Update: 2025-08-19 04:07:32
- Commit Hash: 91340e5
- People watching this port, also watch:: powerdns, squid, nginx, imapsync, p5-libwww
- License: GPLv2
- WWW:
- https://www.PowerDNS.com/recursor.html
- Description:
- The PowerDNS Recursor is a high-end, high-performance resolving
name server which powers the DNS resolution of at least a hundred
million subscribers. Utilizing multiple processors and supporting
the same powerful scripting ability of the Authoritative Server,
the Recursor delivers top performance while retaining the flexibility
modern DNS deployments require:
* IPv4, UDP/TCP
* IPv6, UDP/TCP, 100% compliant
* Remotely pollable statistics for real time graphing
* Full support for all relevant standards
* Advanced anti-spoofing measures
* Reconfiguration without downtime
* Plain BIND zone files for "resolved hosting"
* Internal Lua-based scripted answer generation
* Question interception, answer reconditioning, NXDOMAIN redirection
- Including 'block lists' and security measures
* API for direct control (rec_control)
- Local and remote access
* DNS Response Policy Zones (RPZ)
* DNS64
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- powerdns-recursor>0:dns/powerdns-recursor
- To install the port:
- cd /usr/ports/dns/powerdns-recursor/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/powerdns-recursor
- pkg install powerdns-recursor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: powerdns-recursor
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1753895699
SHA256 (pdns-recursor-5.2.5.tar.bz2) = a8a657a7abd6e9d237cdd26753f7dcf5ccd5b8c48ac8120b08d2b8d57a1d856a
SIZE (pdns-recursor-5.2.5.tar.bz2) = 1726625
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- shared_ptr.hpp : devel/boost-libs
- rust>=1.88.0 : lang/rust
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libboost_context.so : devel/boost-libs
- libcurl.so : ftp/curl
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for powerdns-recursor-5.2.5:
DNSTAP=off: dnstap support (see dnstap.info)
====> Options available for the single EXTLUA: you have to select exactly one of them
LUA=on: Use lang/lua
LUAJIT=off: Use luajit
===> Use 'make config' to modify these settings
- Options name:
- dns_powerdns-recursor
- USES:
- autoreconf cargo compiler:c++11-lib cpe gmake libtool localbase:ldflags pkgconfig python:build ssl tar:bzip2 lua
- pkg-message:
- For install:
- If you want to use the PowerDNS Recursor,
you need the following line in /etc/rc.conf(.local)
or in /etc/rc.conf.d/pdns_recursor
pdns_recursor_enable="YES"
Configuration templates are available in /usr/local/etc/pdns
as recursor.conf-dist.
- If upgrading from > 5.1.0:
- Since version 5.1.0 the tarball no longer contains a recursor.conf-dist
and users need to start using the YAML format.
A new command is available to the rc.d script, showyaml, which converts
the old config to YAML format. This can be run via:
service pdns_recursor showyaml
It ony shows the new config and won't overwrite your old config.
Please double check if everything has been converted correctly.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.4_3 18 Jan 2007 18:57:26
 |
pav  |
- Add a sensible default for maximal size of cache
- Run under unpriviledged user by default
PR: ports/108062
Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) |
3.1.4_2 10 Jan 2007 18:10:22
 |
miwi  |
- Fix typo
- Mark BROKEN for FreeBSD 4 |
3.1.4_2 23 Nov 2006 13:20:27
 |
miwi  |
- Add BUILD_STATIC knob
PR: 105783
Submitted by: Sten Spans (sten@mx0.blinkenlights.nl) maintainer |
3.1.4_1 18 Nov 2006 15:25:59
 |
laszlof  |
The config directory specified in 'config.h' is different
from the directory used by the rest of the port.
PR: ports/105588
Submitted by: Sten Spans <sten@blinkenlights.nl>
Approved by: erwin (co-mentor) |
3.1.4 15 Nov 2006 23:59:16
 |
ehaupt  |
Add powerdns-recursor 3.1.4, an advanced DNS recursor.
PR: 105526
Submitted by: sten at blinkenlights.nl |