From b2945d26727520378f1f80bf96eed24638c360cf Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 22 Oct 2019 13:52:25 +0100 Subject: Fix demo script on ipv6-supported boxes (#6229) The synapse demo was a bit flakey in terms of supporting federation. It turns out that if your computer resolved `localhost` to `::1` instead of `127.0.0.1`, the built-in federation blacklist specified in `start.sh` would still block it, since it contained an entry for `::/127`. Removing this no longer prevents Synapse from contacting `::1`, federation works again on these boxes. --- changelog.d/6229.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/6229.bugfix (limited to 'changelog.d/6229.bugfix') diff --git a/changelog.d/6229.bugfix b/changelog.d/6229.bugfix new file mode 100644 index 0000000000..bced3304d0 --- /dev/null +++ b/changelog.d/6229.bugfix @@ -0,0 +1 @@ +Prevent the demo Synapse's from blacklisting `::1`. \ No newline at end of file -- cgit 1.5.1