Skip to content

Commit

Permalink
chore(patch): entender IP de cada request2
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH committed Feb 1, 2024
1 parent 3bc694f commit d1f4882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ if (!aplicacaoExecutandoLocalmente()) {
/* istanbul ignore if */
if (process.env.BLOCKED_IPS) {
app.use(ipfilter(process.env.BLOCKED_IPS.split(','), {
mode: 'deny',
log: false
mode: 'deny'
// log: false
}))
}

Expand Down

0 comments on commit d1f4882

Please sign in to comment.