Minor fix to tor blocker

This commit is contained in:
calzoneman 2013-11-04 16:08:00 -06:00
parent 4ad22308a0
commit f4c05b736b

View file

@ -281,6 +281,7 @@ Server.prototype.handleSocketConnection = function (socket) {
});
Logger.syslog.log("Blocked Tor IP: " + ip);
socket.disconnect(true);
return;
}
if (!(ip in self.ipThrottle)) {