Skip to content

Commit

Permalink
Rm unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed May 13, 2024
1 parent 7d959fa commit 2dfcbda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function setupLogging (proxy, logger) {
})

proxy.on('firewall-block', ({ remotePublicKey, address }) => {
// TODO: consider rate limiting
const src = `${address?.host}:${address?.port}`
const pubKey = b4a.toString(remotePublicKey, 'hex')
logger.info(`Firewall blocked connection attempt from ${src} (public key ${pubKey})`)
Expand Down

0 comments on commit 2dfcbda

Please sign in to comment.