summaryrefslogtreecommitdiff
path: root/network/pdns/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/pdns/README')
-rw-r--r--network/pdns/README11
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