From 21b9024b1afd896a3caf3c1265dd4a462c83fbba Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 8 May 2019 10:22:57 -0700 Subject: [PATCH] Disable ip range federation blacklist --- lib/SyTest/Homeserver/Synapse.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/SyTest/Homeserver/Synapse.pm b/lib/SyTest/Homeserver/Synapse.pm index 33c860c23..ade1f094b 100644 --- a/lib/SyTest/Homeserver/Synapse.pm +++ b/lib/SyTest/Homeserver/Synapse.pm @@ -201,6 +201,10 @@ sub start # so this is effectively the minimum. bcrypt_rounds => 4, + # We remove the ip range blacklist which by default blocks federation + # connections to local homeservers, of which sytest uses extensively + federation_ip_range_blacklist => [], + # If we're using dendron-style split workers, we need to disable these # things in the main process start_pushers => ( not $self->{dendron} ),