|
|
@ -128,11 +128,14 @@ public final class hello {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// we are only allowed to connect to the client IP address if it's not our own address
|
|
|
|
// we are only allowed to connect to the client IP address if it's not our own address
|
|
|
|
if (!isLocalIP && ! serverCore.useStaticIP) {
|
|
|
|
if (!isLocalIP) {
|
|
|
|
serverCore.checkInterruption();
|
|
|
|
serverCore.checkInterruption();
|
|
|
|
|
|
|
|
|
|
|
|
prop.put(yacySeed.YOURIP, clientip);
|
|
|
|
prop.put(yacySeed.YOURIP, clientip);
|
|
|
|
remoteSeed.put(yacySeed.IP, clientip);
|
|
|
|
if(reportedip!=null && !reportedip.equals(""))
|
|
|
|
|
|
|
|
remoteSeed.put(yacySeed.IP, reportedip);
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
remoteSeed.put(yacySeed.IP, clientip);
|
|
|
|
urls = yacyClient.queryUrlCount(remoteSeed);
|
|
|
|
urls = yacyClient.queryUrlCount(remoteSeed);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|