From a3cd84111fd5f1bac7afa935edd373a473abef0d Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 29 Aug 2026 01:31:05 +0200 Subject: [PATCH] Updated default config with null_ident blocking example --- RNS/Utilities/rngit/server.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RNS/Utilities/rngit/server.py b/RNS/Utilities/rngit/server.py index 273f56b7..69610b53 100644 --- a/RNS/Utilities/rngit/server.py +++ b/RNS/Utilities/rngit/server.py @@ -4897,6 +4897,11 @@ announce_interval = 360 # blocked_identities = d31aeea49873006f13b3415520666a4e +# To make it easier to handle scrapers, crawlers, slopware +# and other annoyances, you can block unidentified peers by +# adding the null_ident hash to to blocked identities. + +# blocked_identities = d7db22f63b453c23bb0688dde565b7c1 [repositories]