SCORE42/send-dns-notify
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
AUTHOR
HIROSE, Masaaki <[email protected]>