--- lib/PXElator/dnsd.pm 2009/08/03 15:06:23 125 +++ lib/PXElator/dnsd.pm 2009/08/03 19:59:08 128 @@ -20,6 +20,8 @@ my ($qname, $qclass, $qtype, $peerhost,$query,$conn) = @_; my ($rcode, @ans, @auth, @add); + server->refresh; + print "Received query from $peerhost to ". $conn->{"sockhost"}. "\n"; $query->print;