
For people who deal with DNS:
Make sure you dont forget to add this to your options command in named.conf
allow-transfer { <ipofsecondarydns>; };
to keep from allowing this to happen:
client# nslookup
Default Server: client.ventanamed.com
Address: 1.2.3.4
> server ns1.badadmin.com
Default Server: ns1.badadmin.com
Address: a.b.c.d
> ls -d badadmin.com>> gotyourwholedns.log
[badadmin.com]
#####
Received 258 answers (258 records).
> exit
client#
Its just another way to make your life easier and a little more secure.
Hopes this help ~
Wilnix