Skip to content

hirose31/send-dns-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

NAME
    send-dns-notify - send DNS NOTIFY message

SYNOPSIS
    send-dns-notify [-d] [-b *src_ipaddr*] -z *zone* -s *dns_server*

    send NOTIFY message for zone "irori.org" and "example.com" to nameserver
    10.0.0.1 and 10.0.0.2.

      $ send-dns-notify -b 10.6.25.1 \
        -z irori.org -z example.com -s 10.0.0.1 -s 10.0.0.2

DESCRIPTION
    send DNS NOTIFY message.

OPTIONS
    -z *zone*
        zone name. You can specify multi zone.

    -s *dns_server*
        IP address or hostname of nameserver. You can specify multi
        nameserver.

    -b *src_ipaddr*
        source IP address of query packet. default is 0.0.0.0.

    -d  increase debug level. -d -d more verbosely.

SEE ALSO
    I borrowed routine to send NOTIFY packet from tinydns-notify. Thanks a
    lot! <http://www.sericyb.com.au/tinydns-notify>

AUTHOR
    HIROSE, Masaaki <hirose31@gmail.com>

COPYRIGHT & LICENSE
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

About

send DNS NOTIFY message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages