make it clear it is the flipped IP
This commit is contained in:
@@ -527,7 +527,7 @@ async function checkRblStatus(domain) {
|
|||||||
const [error, records] = await safe(dig.resolve(flippedIp + '.' + rblServer.dns, 'A', DNS_OPTIONS));
|
const [error, records] = await safe(dig.resolve(flippedIp + '.' + rblServer.dns, 'A', DNS_OPTIONS));
|
||||||
if (error || !records) continue; // not listed
|
if (error || !records) continue; // not listed
|
||||||
|
|
||||||
debug(`checkRblStatus: ${domain} (ip: ${flippedIp}) is in the blacklist of ${JSON.stringify(rblServer)}`);
|
debug(`checkRblStatus: ${domain} (flippedIp: ${flippedIp}) is in the blacklist of ${JSON.stringify(rblServer)}`);
|
||||||
|
|
||||||
const result = _.extend({ }, rblServer);
|
const result = _.extend({ }, rblServer);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user