Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Log IP ban rejections
cloudhead committed 1 year ago
commit 6598e7745640cd060616230adc18e122af49343a
parent 0a7a9c294507f98c939ffc690e82f3e2080ce2b5
1 file changed +1 -0
modified radicle-node/src/service.rs
@@ -1281,6 +1281,7 @@ where
        match self.db.addresses().is_ip_banned(ip) {
            Ok(banned) => {
                if banned {
+
                    debug!(target: "service", "Rejecting inbound connection from banned ip {ip}");
                    return false;
                }
            }