Allow synonyms for localhost
[spider.git] / cmd / dx.pl
index a5d3b4253f8882659dc8eeea48eac8842a837694..d1e278837d49fe018083121bf7cf44b77050424b 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -24,7 +24,8 @@ return (1, $self->msg('e5')) if $self->remotecmd || $self->inscript;
 return (1, $self->msg('e28')) unless $self->isregistered;
 
 
-my $addr = $self->hostname || '127.0.0.1';
+my $addr = DXCommandmode::alias_localhost($self->hostname || '127.0.0.1');
+
 Log('cmd', "$self->{call}|$addr|dx|$line");
 
 my @bad;
@@ -95,7 +96,7 @@ my $callnoid = basecall($self->{call});
 if ($DXProt::baddx->in($spotted)) {
        $localonly++; 
 }
-if ($DXProt::badspotter->in($spotternoid)) { 
+if ($DXProt::badspotter->in($spotternoid) || $self->badip) { 
        LogDbg('DXCommand', "badspotter $spotternoid as $spotter ($oline) from $addr");
        $localonly++; 
 }