Show
Ignore:
Timestamp:
04/14/06 10:39:16 (4 years ago)
Author:
ahu
Message:

WARNING WARNING: We now listen on 127.0.0.1 by default *AND* only reply to RFC 1918 addresses by default
Ignore answers w/o a question
s/spoof/unexpected/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/lwres.cc

    r694 r697  
    145145      if(d_domain.find((char)0)==string::npos) {// embedded nulls are too noisy 
    146146        L<<Logger::Error<<"Packet purporting to come from remote server "<<U32ToIP(d_ip)<<" contained wrong answer: '" << d_domain << "' != '" << mdp.d_qname << "'" << endl; 
    147         g_stats.spoofedCount++; 
     147        g_stats.unexpectedCount++; 
    148148      } 
    149149      goto out;