]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
ixfrdist: add examples of notify out configuration
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Thu, 8 Feb 2024 15:11:14 +0000 (16:11 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 9 Feb 2024 12:51:06 +0000 (13:51 +0100)
docs/manpages/ixfrdist.yml.5.rst
pdns/ixfrdist.example.yml

index 387d4515076ad054322aa97f8dfc2b7d0fc2b9a7..dad18c84081db0456ec4fcad0b858add2d4e0d84 100644 (file)
@@ -38,6 +38,9 @@ Example
     - domain: example.com
       master: 192.0.2.18:5301
       max-soa-refresh: 1800
+      notify:
+        - 192.0.3.1
+        - 192.0.3.2:5301
     - domain: example.net
       master: 2001:DB8:ABCD::2
 
@@ -106,6 +109,8 @@ Options
            Mandatory.
   :max-soa-refresh: Cap the refresh time to the given maximum (in seconds).
            Optional.
+  :notify: The list of destinations to send NOTIFY to.
+           Optional.
 
 :webserver-address:
   IP address to listen on for the built-in webserver.
index 08bf96bd698fd7c99ee495b96ce9f0e7c1cde9b4..0929328c65beb9bba93d694cf7a50de7ca3208bc 100644 (file)
@@ -100,11 +100,13 @@ webserver-loglevel: normal
 #
 # You can optionally cap the refresh time of the SOA using 'max-soa-refresh' (seconds)
 # Otherwise, or if set to 0, the retreived SOA refresh time will be used
+# You can also send NOTIFY packets for the given domain to given destinations using `notify`
 #
 #    domains:
 #      - domain: example.com
 #        master: 192.0.2.15
 #        max-soa-refresh: 180
+#        notify: [192.0.3.1, 192.0.3.2:5301]
 #      - domain: rpz.example
 #        master: [2001:DB8:a34:543::53]:5353
 #