From 4e115128a149e7d5a3e8e15667fb2cac19f39b72 Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Thu, 8 Feb 2024 16:11:14 +0100 Subject: [PATCH] ixfrdist: add examples of notify out configuration --- docs/manpages/ixfrdist.yml.5.rst | 5 +++++ pdns/ixfrdist.example.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/docs/manpages/ixfrdist.yml.5.rst b/docs/manpages/ixfrdist.yml.5.rst index 387d4515076a..dad18c84081d 100644 --- a/docs/manpages/ixfrdist.yml.5.rst +++ b/docs/manpages/ixfrdist.yml.5.rst @@ -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. diff --git a/pdns/ixfrdist.example.yml b/pdns/ixfrdist.example.yml index 08bf96bd698f..0929328c65be 100644 --- a/pdns/ixfrdist.example.yml +++ b/pdns/ixfrdist.example.yml @@ -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 #