diff --git a/index.mjs b/index.mjs index ed3a723..e452cd7 100644 --- a/index.mjs +++ b/index.mjs @@ -4,7 +4,7 @@ import { clearInterval, setInterval } from 'node:timers'; const server = createServer((req, res) => { const connOpenDate = new Date(); const attacker = req.headers['x-forwarded-for']; - const host = req.headers['x-targeted-host']; + const host = req.headers['X-Targeted-Host']; console.log( `[${connOpenDate.toLocaleString()}] ${attacker} targeted ${host} on ${