]> granicus.if.org Git - pdns/commitdiff
If master doesnt support IPv4/IPv6, but slave does
authorAleksejs Spiridonovs <needleshaped@gmail.com>
Thu, 6 Sep 2018 18:18:22 +0000 (21:18 +0300)
committerGitHub <noreply@github.com>
Thu, 6 Sep 2018 18:18:22 +0000 (21:18 +0300)
A note about correct configuration when master does not support either IPv4 or IPv6, but slave does.
https://github.com/PowerDNS/pdns/issues/5899

docs/settings.rst

index cd8d2bfe900e58b7705b5ee90c396c53227f5cfa..f78681af79801449eb9b31a9837e3cf7d9060cf0 100644 (file)
@@ -1103,6 +1103,16 @@ To notify all IP addresses apart from the 192.168.0.0/24 subnet use the followin
   explicitly using :ref:`setting-also-notify` and/or
   :ref:`metadata-also-notify` domain metadata to avoid this potential bottleneck.
 
+.. note::
+  If your slaves support Internet Protocol version, which your master does not, 
+  then set ``only-notify`` to include only supported protocol version. 
+  Otherwise there will be error trying to resolve address.
+  
+  For example, slaves support both IPv4 and IPv6, but PowerDNS master have only IPv4, 
+  so allow only IPv4 with ``only-notify``::
+  
+    only-notify=0.0.0.0/0
+
 .. _setting-out-of-zone-additional-processing:
 
 ``out-of-zone-additional-processing``