diff options
author | villepeh <100730729+villepeh@users.noreply.github.com> | 2022-03-28 13:48:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 10:48:18 +0000 |
commit | a4643a685cb4acb81a5655ef3a5c8b9bbc588c0c (patch) | |
tree | b4278cced2304a545d54e468ed23b797e29952cc /changelog.d | |
parent | Add restrictions by default to open registration in Synapse (#12091) (diff) | |
download | synapse-a4643a685cb4acb81a5655ef3a5c8b9bbc588c0c.tar.xz |
HAProxy guide update (#12279)
HAproxy reverse proxy guide update to stop sending IPv4-mapped address to HS.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12279.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12279.doc b/changelog.d/12279.doc new file mode 100644 index 0000000000..ca07104c90 --- /dev/null +++ b/changelog.d/12279.doc @@ -0,0 +1 @@ +HAProxy reverse proxy guide update to stop sending IPv4-mapped address to homeserver. Contributed by @villepeh. |