BIND 9.6.1 Release Candidate 1 is now available.
BIND 9.6.1rc1 is a maintenance release candidate for BIND 9.6.
BIND 9.6.1rc1 can be downloaded from
ftp://ftp.isc.org/isc/bind9/9.6.1rc1/bind-9.6.1rc1.tar.gz
The PGP signature of the distribution is at
ft
On May 22, 2009, at 4:40 PM, Scott Haneda wrote:
On May 22, 2009, at 3:52 PM, David Forrest wrote:
I have searched for "dig return codes" and also looked at the man
page, leading me to nothing definitive.
Does `dig` have return codes that I can use to make some form of
automated tests?
On May 22, 2009, at 3:52 PM, David Forrest wrote:
I have searched for "dig return codes" and also looked at the man
page, leading me to nothing definitive.
Does `dig` have return codes that I can use to make some form of
automated tests?
foo=`dig NS example.com @ns2.example.com +s
On Fri, 22 May 2009, Scott Haneda wrote:
I have searched for "dig return codes" and also looked at the man page,
leading me to nothing definitive.
Does `dig` have return codes that I can use to make some form of automated
tests?
foo=`dig NS example.com @ns2.example.com +short +time=
I have searched for "dig return codes" and also looked at the man
page, leading me to nothing definitive.
Does `dig` have return codes that I can use to make some form of
automated tests?
foo=`dig NS example.com @ns2.example.com +short +time=2 +tries=1`
echo $foo
;
5 matches
Mail list logo