Przeglądaj źródła

Revert "Bind metrics on :: too"

This reverts commit 536c85619f.

Looks like binding metrics on IPv6 (`::`) fails with an error:

socket.gaierror: [Errno -2] Name does not resolve
pull/99/head
Slavi Pantaleev 7 lat temu
rodzic
commit
42c4de348c
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 2
- 1
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Wyświetl plik

@@ -152,7 +152,8 @@ listeners:
{% if matrix_synapse_metrics_enabled %}
- type: metrics
port: {{ matrix_synapse_metrics_port }}
bind_addresses: ['::']
bind_addresses:
- '0.0.0.0'
{% endif %}

{% if matrix_synapse_federation_enabled and matrix_synapse_tls_federation_listener_enabled %}


Ładowanie…
Anuluj
Zapisz