1ldns-notify(1) General Commands Manual ldns-notify(1)
2
3
4
6 ldns-notify - notify DNS servers that updates are available
7
9 ldns-notify [options] -z zone servers
10
11
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
20 -z zone
21 The zone that is updated.
22
23
24 -h Show usage and exit
25
26
27 -v Show the version and exit
28
29
30 -s serial
31 Append a SOA record indicating the serial number of the updated
32 zone.
33
34
35 -p port
36 Use port as destination port (default the DNS port 53) for the
37 UDP packets.
38
39
40 -y key:data
41 Use the given TSIG key and base64-data to sign the NOTIFY. Uses
42 the hmac-md5 algorithm.
43
44
45 -d Print verbose debug information. The query that is sent and the
46 query that is received.
47
48
49 -r num Specify the maximum number of retries before notify gives up
50 trying to send the UDP packet.
51
52
54 The program exits with a 0 exit code if all servers replied an acknowl‐
55 edgement to the notify message, and a failure exit code otherwise.
56
57
59 Written by the ldns team as an example for ldns usage.
60
61
63 Report bugs to <ldns-team@nlnetlabs.nl>.
64
65
67 Copyright (C) 2005 NLnet Labs. This is free software. There is NO war‐
68 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
69 POSE.
70
71
72
73 9 Jan 2007 ldns-notify(1)