lookup @ the master, not localhost, for private.invalid.

This commit is contained in:
2016-02-23 16:55:47 -05:00
parent d023c856ab
commit 9eecf5e9fa

View File

@ -96,7 +96,7 @@ sub _gethosts {
} }
my $fh; my $fh;
open($fh, "dig -t AXFR \@127.0.0.1 private.invalid. |") open($fh, "dig -t AXFR \@mister-dns.martnet.com private.invalid. |")
|| die "Can't open dig: $!"; || die "Can't open dig: $!";
my @vh; my @vh;