Port details on branch 2025Q1 |
- powerdns-recursor Advanced DNS recursor
- 5.1.3_3 dns =0 5.1.3_3Version of this port present on the latest quarterly branch.
- Maintainer: tremere@cainites.net
- Port Added: 2025-01-21 23:55:52
- Last Update: 2025-01-21 23:50:50
- Commit Hash: b2a099c
- 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:
- FreshPorts has no man page information for this port.
- 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 = 1730928437
SHA256 (pdns-recursor-5.1.3.tar.bz2) = c34ee31f522d93997e04ab2ed0fb58de6569c13ed2a2cb0d371cef49a585356a
SIZE (pdns-recursor-5.1.3.tar.bz2) = 1718665
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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.83.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.1.3_3:
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:
|