Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Jul 3, 2024
1 parent b2cf744 commit 64b3a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faucet.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const checker = new FrequencyChecker(conf)
app.use((req, res, next) => {
const clientip = req.headers['x-real-ip'] || req.headers['X-Real-IP'] || req.headers['X-Forwarded-For'] || req.ip
console.log(`Received ${req.method} request at ${req.url} from ${clientip}`);
console.log(req.headers['x-real-ip'],req.headers['X-Real-IP'],req.headers['X-Forwarded-For']);
next();
});

Expand Down

0 comments on commit 64b3a3e

Please sign in to comment.