logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ldns-notify - notify DNS servers that updates are available

Author

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

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.

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.

Name

       ldns-notify - notify DNS servers that updates are available

Options

-zzone
              The zone that is updated.

       -Iaddress
              Source IP to send query from.

       -h     Show usage and exit

       -v     Show the version and exit

       -sserial
              Append a SOA record indicating the serial number of the updated zone.

       -pport
              Use port as destination port (default the DNS port 53) for the UDP packets.

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

       -rnum Specify the maximum number of retries before notify gives up trying to send the UDP packet.

Reporting Bugs

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

Synopsis

ldns-notify [options] -z zone servers

See Also