add new domains to domains table

This commit is contained in:
Ryahn 2025-02-01 06:15:05 -06:00
parent ceed030cf0
commit 4b634eff89

View File

@ -15,6 +15,24 @@ exports.seed = async function(knex) {
{ name: 'bigwhitevanfbi.com', active: true}, { name: 'bigwhitevanfbi.com', active: true},
{ name: 'idonthaveabig.wang', active: true}, { name: 'idonthaveabig.wang', active: true},
{ name: 'idonthaveabigwang.com', active: true}, { name: 'idonthaveabigwang.com', active: true},
{ name: '2weekmail.fyi', active: true} { name: '2weekmail.fyi', active: true},
{ name: '000000014.xyz', active: true},
{ name: '000000016.xyz', active: true},
{ name: '000000019.xyz', active: true},
{ name: '000000020.xyz', active: true},
{ name: '000000021.xyz', active: true},
{ name: '000000023.xyz', active: true},
{ name: '000000024.xyz', active: true},
{ name: '000000025.xyz', active: true},
{ name: '000000026.xyz', active: true},
{ name: '000000027.xyz', active: true},
{ name: '000000029.xyz', active: true},
{ name: '000000030.xyz', active: true},
{ name: '000000031.xyz', active: true},
{ name: '000000032.xyz', active: true},
{ name: '000000033.xyz', active: true},
{ name: '000000034.xyz', active: true},
{ name: '000000035.xyz', active: true},
{ name: '000000036.xyz', active: true},
]); ]);
}; };