diff --git a/index.js b/index.js index 1f50d20..26589d6 100644 --- a/index.js +++ b/index.js @@ -76,7 +76,7 @@ app.get("/check", async (req, res) => { const baseDomain = getBaseDomain(hostname); const { count } = domainCount.get({ $base: baseDomain }); - if (count >= 3) { + if (count >= 100) { return res.status(400).end(); }