Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix demo script on ipv6-supported boxes #6229

Merged
merged 2 commits into from
Oct 22, 2019

Conversation

anoadragon453
Copy link
Member

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.

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.
@anoadragon453 anoadragon453 requested a review from a team October 21, 2019 11:28
@anoadragon453 anoadragon453 self-assigned this Oct 21, 2019
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@anoadragon453 anoadragon453 merged commit b2945d2 into develop Oct 22, 2019
@anoadragon453 anoadragon453 deleted the anoa/fix_demo_script_ipv6 branch October 22, 2019 12:52
babolivier pushed a commit that referenced this pull request Sep 1, 2021
* commit 'b2945d267':
  Fix demo script on ipv6-supported boxes (#6229)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants