X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=18687a6843b5780758010684d68d8c9d3e8efaad;hb=f5938b5fe66c95b9973bcca267afb3f87cfb20f4;hp=d8dd56cbbd7ee76bf0507242d3eea7d9d8ee1ead;hpb=cd5b993f99b52d3c3c51779e9ea1fa150232225e;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index d8dd56cb..18687a68 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -122,9 +122,11 @@ return (1, @out) unless $valid; my $ipaddr; -if ($self->conn->peerhost) { +if ($self->conn && $self->conn->peerhost) { my $addr = $self->conn->peerhost; $ipaddr = $addr unless !is_ipaddr($addr) || $addr =~ /^127\./ || $addr =~ /^::[0-9a-f]+$/; +} elsif ($self->inscript) { + $ipaddr = "script"; } # Store it here (but only if it isn't baddx)