1ldns-notify(1)              General Commands Manual             ldns-notify(1)
2
3
4

NAME

6       ldns-notify - notify DNS servers that updates are available
7

SYNOPSIS

9       ldns-notify [options] -z zone servers
10
11

DESCRIPTION

13       ldns-notify sends a NOTIFY message to DNS servers. This tells them that
14       an updated zone is available at the master servers. It can perform TSIG
15       signatures  and it can add a SOA serial number of the updated zone.  If
16       a server already has that serial number it will disregard the message.
17
18

OPTIONS

20       -z zone
21              The zone that is updated.
22
23
24       -I address
25              Source IP to send query from.
26
27
28       -h     Show usage and exit
29
30
31       -v     Show the version and exit
32
33
34       -s serial
35              Append a SOA record indicating the serial number of the  updated
36              zone.
37
38
39       -p port
40              Use  port  as destination port (default the DNS port 53) for the
41              UDP packets.
42
43
44       -y key:data[:algo]
45              Use the given TSIG key and base64-data, and optionally an  algo‐
46              rithm  to  sign  the  NOTIFY.  The  algorithm  defaults to hmac-
47              md5.sig-alg.reg.int.
48
49
50       -d     Print verbose debug information. The query that is sent and  the
51              query that is received.
52
53
54       -r num Specify  the  maximum  number  of retries before notify gives up
55              trying to send the UDP packet.
56
57

EXIT CODE

59       The program exits with a 0 exit code if all servers replied an acknowl‐
60       edgement to the notify message, and a failure exit code otherwise.
61
62

AUTHOR

64       Written by the ldns team as an example for ldns usage.
65
66

REPORTING BUGS

68       Report bugs to <ldns-team@nlnetlabs.nl>.
69
70
72       Copyright  (C) 2005 NLnet Labs. This is free software. There is NO war‐
73       ranty; not even for MERCHANTABILITY or FITNESS FOR  A  PARTICULAR  PUR‐
74       POSE.
75
76
77
78                                  9 Jan 2007                    ldns-notify(1)
Impressum