blob: 57f1536d351f45f495d85f80be77ae31a9319d3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This is the SlackBuild for PowerDNS authoritative server. The
PowerDNS Authoritative Server is a versatile nameserver which
supports a large number of backends.
Docs are available at:
https://doc.powerdns.com/authoritative/index.html
By default, PowerDNS includes support for bind and mysql backends.
To use other modules, set the modules variable before calling the
build:
# MODULES="bind gpgsql" ./pdns.SlackBuild
|