diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-13 11:48:56 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-13 11:48:56 +0000 |
commit | e3a0300431e6f641297cb90e936cb2d35fb51850 (patch) | |
tree | c4b78f9dda62a438fc8965704628a94fe228c07a /synapse | |
parent | Fixup changelog (diff) | |
download | synapse-e3a0300431e6f641297cb90e936cb2d35fb51850.tar.xz |
Special-case the default bind_addresses for metrics listener
turns out it doesn't really support ipv6, so let's hack around that by only listening on ipv4 by default.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/app/_base.py | 5 | ||||
-rw-r--r-- | synapse/config/server.py | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/synapse/app/_base.py b/synapse/app/_base.py |