From: Aki Tuomi Date: Sun, 27 Apr 2014 14:21:06 +0000 (+0300) Subject: Documentation for pipebackend axfr change X-Git-Tag: rec-3.6.0~19^2~10^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15737839416e56edaf926be357013ab2b267cb9b;p=pdns Documentation for pipebackend axfr change --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 36ea41360..a41387dee 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -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. @@ -17832,9 +17833,9 @@ query that precedes an AXFR, edns-subnet is always set to 0.0.0.0/0. AXFR-queries look like this: -AXFR id +AXFR id zoneName -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.