diff options
Diffstat (limited to 'network/pdns')
-rw-r--r-- | network/pdns/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/pdns/README b/network/pdns/README index e3e92326a954d..777b9a7781578 100644 --- a/network/pdns/README +++ b/network/pdns/README @@ -3,9 +3,9 @@ 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 + https://doc.powerdns.com/authoritative/index.html By default, this PowerDNS SlackBuild includes support for BIND and SQLite3 backends only. To use other backends, set the modules variable before calling the build: - # MODULES="bind gpgsql" ./pdns.SlackBuild + # MODULES="bind gpgsql" ./pdns.SlackBuild |