--- lib/PXElator/dnsd.pm 2009/08/16 22:24:22 231 +++ lib/PXElator/dnsd.pm 2009/08/16 22:51:57 232 @@ -106,7 +106,7 @@ Verbose => $debug, ) || die "couldn't create nameserver object\n"; - CouchDB::audit('start', { listen => { port => 53, domain_name => $server::domain_name } }); + CouchDB::audit('start', { port => 53, domain_name => $server::domain_name }); warn "DNS $server::domain_name"; $ns->main_loop;