diff --git a/schedules/tasks/ips.js b/schedules/tasks/ips.js index 585d4cd2..28ac0065 100644 --- a/schedules/tasks/ips.js +++ b/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`, } } }