From 49f8f5d34de825b410f2ec6a4285d44a5a07aec3 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 14 Jan 2016 12:08:37 +0200 Subject: [PATCH] nit --- docs/markdown/authoritative/modes-of-operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/modes-of-operation.md b/docs/markdown/authoritative/modes-of-operation.md index 418a4cf95..cdfd55ad6 100644 --- a/docs/markdown/authoritative/modes-of-operation.md +++ b/docs/markdown/authoritative/modes-of-operation.md @@ -8,7 +8,7 @@ MySQL replication has proven to be very robust and well suited, even over transa To use native replication, configure your backend storage to do the replication and do not configure PDNS to do so. # Master operation -When operating as a master, PDNS sends out notifications of changes to slaves, which react to these notifications by querying PDNS to see if the zone changed, and transferring its contents if it has. Notifications are a way to promptly propagate zone changes to slaves, as described in [RFC 1996](http://tools.ietf.org/html/rfc1996). Since version 4.0, the NOTIFY messages have a TSIG record added (transaction signature) if zone has been configured to use TSIG. +When operating as a master, PDNS sends out notifications of changes to slaves, which react to these notifications by querying PDNS to see if the zone changed, and transferring its contents if it has. Notifications are a way to promptly propagate zone changes to slaves, as described in [RFC 1996](http://tools.ietf.org/html/rfc1996). Since version 4.0, the NOTIFY messages have a TSIG record added (transaction signature) if zone has been configured to use TSIG and feature has been enabled. **Warning**: Master support is OFF by default, turn it on by adding [`master`](settings.md#master) to the configuration. -- 2.40.0