Man page - ldns-notify(1)
Packages contains this manual
- ldns-rrsig(1)
- ldns-compare-zones(1)
- ldns-test-edns(1)
- ldns-testns(1)
- ldns-keygen(1)
- ldns-nsec3-hash(1)
- ldns-verify-zone(1)
- ldns-read-zone(1)
- ldns-zcat(1)
- drill(1)
- ldnsd(1)
- ldns-keyfetcher(1)
- ldns-walk(1)
- ldns-revoke(1)
- ldns-resolver(1)
- ldns-signzone(1)
- ldns-version(1)
- ldns-gen-zone(1)
- ldns-dpa(1)
- ldns-zsplit(1)
- ldns-update(1)
- ldns-key2ds(1)
- ldns-mx(1)
- ldns-chaos(1)
- ldns-dane(1)
- ldns-notify(1)
apt-get install dnst-ldnsutils
apt-get install ldnsutils
Manual
ldns-notify
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXIT CODE
AUTHOR
REPORTING BUGS
COPYRIGHT
NAME
ldns-notify - notify DNS servers that updates are available
SYNOPSIS
ldns-notify [options] -z zone servers
DESCRIPTION
ldns-notify sends a NOTIFY message to DNS servers. This tells them that an updated zone is available at the master servers. It can perform TSIG signatures and it can add a SOA serial number of the updated zone. If a server already has that serial number it will disregard the message.
OPTIONS
-z zone
The zone that is updated.
-I address
Source IP to send query from.
|
-h |
Show usage and exit |
|||
|
-v |
Show the version and exit |
-s serial
Append a SOA record indicating the serial number of the updated zone.
-p port
Use port as destination port (default the DNS port 53) for the UDP packets.
-y key:data[:algo]
Use the given TSIG key and base64-data, and optionally an algorithm to sign the NOTIFY. The algorithm defaults to hmac-md5.sig-alg.reg.int.
|
-d |
Print verbose debug information. The query that is sent and the query that is received. |
||
|
-r num |
Specify the maximum number of retries before notify gives up trying to send the UDP packet. |
EXIT CODE
The program exits with a 0 exit code if all servers replied an acknowledgement to the notify message, and a failure exit code otherwise.
AUTHOR
Written by the ldns team as an example for ldns usage.
REPORTING BUGS
Report bugs to <dns-team@nlnetlabs.nl>.
COPYRIGHT
Copyright (C) 2005 NLnet Labs. This is free software. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.