Skip to content

Commit

Permalink
Use an empty ip_range_blacklist to allow connecting to localhost. (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Dec 9, 2020
1 parent fd84283 commit 729af31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ sub start

# We remove the ip range blacklist which by default blocks federation
# connections to local homeservers, of which sytest uses extensively
ip_range_blacklist => [],
federation_ip_range_blacklist => [],

# If we're using workers we need to disable these things in the main
Expand Down

0 comments on commit 729af31

Please sign in to comment.