GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ldns-notify(1) FreeBSD General Commands Manual ldns-notify(1)

ldns-notify - notify DNS servers that updates are available

ldns-notify [options] -z zone servers

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.

-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.

The program exits with a 0 exit code if all servers replied an acknowledgement to the notify message, and a failure exit code otherwise.

Written by the ldns team as an example for ldns usage.

Report bugs to <ldns-team@nlnetlabs.nl>.

Copyright (C) 2005 NLnet Labs. This is free software. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 Jan 2007

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.