diff --git a/server.js b/server.js index d9bb80f..aa7d68f 100755 --- a/server.js +++ b/server.js @@ -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})`)