console.log(`Found record ${record.RR}.${config.domain} => ${record.Value}:${port}.`);
res.push({record,port});
}
}
console.log(`Node ${address}:${port} is bad.`);
returnfalse;
}
}
returnres;
asynccheckRecord(recordInfo:DomainRecordInfo){
}
constrecord=recordInfo.record;
this.message(`${this.id} => Checking record ${record.RR}.${this.config.domain}${record.Value}:${recordInfo.port} with old status of ${record.Status}.`)