diff options
author | Dejan Strbac <me@dejanstrbac.com> | 2018-03-18 09:39:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:29 +0700 |
commit | 1e4c60e5c6bda9a967908260430beeb00bef54b9 (patch) | |
tree | ab1bbc41ffc44fd32d21eccbf0c88af99458f4cf /network/pdns/README | |
parent | b5b0b0e5956dff7ac905b0d07a9bb0f437a50849 (diff) | |
download | slackbuilds-1e4c60e5c6bda9a967908260430beeb00bef54b9.tar.gz |
network/pdns: Added (high-performance authoritative server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pdns/README')
-rw-r--r-- | network/pdns/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/pdns/README b/network/pdns/README new file mode 100644 index 0000000000..57f1536d35 --- /dev/null +++ b/network/pdns/README @@ -0,0 +1,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 |