Skip to content

Commit

Permalink
matrix.nix: Bind metrics to ipv4 due to flaky support on IPv6
Browse files Browse the repository at this point in the history
matrix-org/synapse#6644

Signed-off-by: Roosembert Palacios <[email protected]>
  • Loading branch information
roosemberth committed Jun 5, 2022
1 parent d46a670 commit 7e84ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/machines/containers/matrix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ in {
port = 9092;
type = "metrics";
resources = [];
# IPv6 seems unsupported for metrics-listener
# https://github.com/matrix-org/synapse/issues/6644
bind_addresses = [ "0.0.0.0" ];
tls = false;
}];
trusted_key_servers = [{
Expand Down

0 comments on commit 7e84ba4

Please sign in to comment.