]> granicus.if.org Git - pdns/commitdiff
Documentation for pipebackend axfr change
authorAki Tuomi <cmouse@desteem.org>
Sun, 27 Apr 2014 14:21:06 +0000 (17:21 +0300)
committerAki Tuomi <cmouse@desteem.org>
Tue, 27 May 2014 10:30:16 +0000 (13:30 +0300)
pdns/docs/pdns.xml

index 36ea4136066e4d50f6b19064c8128954d6e61a64..a41387deebed02f8baf59e526a3e1bdd03f02b7d 100644 (file)
@@ -17728,6 +17728,7 @@ This setting will make PowerDNS renotify the slaves after an AXFR is *received*
                If not set the default pipebackend-abi-version is 1. When set to 2, the local-ip-address field is added
                after the remote-ip-address. (the local-ip-address refers to the IP address the question was received on). When
                set to 3, the real remote IP/subnet is added based on edns-subnet support (this also requires enabling 'edns-subnet-processing').
+                When set to 4 it sends zone name in AXFR request.
              </para>
            </listitem>
          </varlistentry>
@@ -17832,9 +17833,9 @@ query that precedes an AXFR, edns-subnet is always set to 0.0.0.0/0.
 <para>
 AXFR-queries look like this:
 <screen>
-AXFR   id
+AXFR   id      zoneName
 </screen>
-The id is gathered from the answer to a SOA query.
+The id is gathered from the answer to a SOA query. ZoneName is given in ABI version 4. 
 
 </para> 
  </sect3>