Skip to content

Commit

Permalink
ixfrdist: add examples of notify out configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chbruyand committed Feb 8, 2024
1 parent 8a2151d commit 801cb9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/manpages/ixfrdist.yml.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions pdns/ixfrdist.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 801cb9a

Please sign in to comment.