Quellcode durchsuchen

Bind metrics on :: too

For consistency with all our other listeners,
we make this one bind on the `::` address too
(both IPv4 and IPv6).

Additional details are in #91 (Github Pull Request).
pull/99/head
Slavi Pantaleev vor 7 Jahren
Ursprung
Commit
536c85619f
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. +1
    -2
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 2
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Datei anzeigen

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

{% if matrix_synapse_federation_enabled and matrix_synapse_tls_federation_listener_enabled %}


Laden…
Abbrechen
Speichern