summary refs log tree commit diff
path: root/changelog.d/6229.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix demo script on ipv6-supported boxes (#6229)Andrew Morgan2019-10-221-0/+1
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.