make pruned ips not a long clusterfuck, and put .PRUNED on the end so staff know

indiachan-spamvector
Thomas Lynch 2 years ago
parent e77aaffaa0
commit 363b87a498
  1. 4
      schedules/tasks/ips.js

@ -31,8 +31,8 @@ module.exports = {
update: {
$set: {
'ip.pruned': true,
'ip.raw': randomIP,
'ip.single': randomIP,
'ip.raw': `${randomIP.slice(-10)}.PRUNED`,
'ip.single': `${randomIP.slice(-10)}.PRUNED`,
}
}
}

Loading…
Cancel
Save