From: Christian Hofstaedtler Date: Tue, 2 Dec 2014 17:51:20 +0000 (+0100) Subject: docs: Note first version which had also-notify in pdns.conf X-Git-Tag: rec-3.7.0-rc1~149^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1904%2Fhead;p=thirdparty%2Fpdns.git docs: Note first version which had also-notify in pdns.conf --- diff --git a/pdns/docs/markdown/authoritative/settings.md b/pdns/docs/markdown/authoritative/settings.md index ba153a8947..8d76f56929 100644 --- a/pdns/docs/markdown/authoritative/settings.md +++ b/pdns/docs/markdown/authoritative/settings.md @@ -20,7 +20,7 @@ From 3.4 onward. Allow DNS updates from these IP ranges. By specifying `allow-recursion`, recursion can be restricted to netmasks specified. The default is to allow recursion from everywhere. Example: `allow-recursion=198.51.100.0/24, 10.0.0.0/8, 192.0.2.4`. ## `also-notify` -When notifying a domain, also notify these nameservers. Example: `also-notify=192.0.2.1, 203.0.113.167`. The IP adresses listed in `also-notify` always receive a notification. Even if they do not match the list in `only-notify`. +When notifying a domain, also notify these nameservers. Example: `also-notify=192.0.2.1, 203.0.113.167`. The IP adresses listed in `also-notify` always receive a notification. Even if they do not match the list in `only-notify`. Available since 3.4.0. ## `any-to-tcp` Boolean value (`yes` or `no`). Answer questions for the ANY and RRSIG types on UDP with a truncated packet that refers the remote server to TCP. Useful for mitigating reflection attacks. Defaults to `no`. Available since 3.3.