Multi-IP coturn
Add support for multiple external turn IP addresses, this allows for better comptability with dualstack ipv4/ipv6 hosts, and is supported as per the documentation (point 6 here: https://matrix-org.github.io/synapse/latest/turn-howto.html#configuration)
This commit is contained in:
		| @@ -5,7 +5,9 @@ realm=turn.{{ matrix_server_fqn_matrix }} | ||||
|  | ||||
| min-port={{ matrix_coturn_turn_udp_min_port }} | ||||
| max-port={{ matrix_coturn_turn_udp_max_port }} | ||||
| external-ip={{ matrix_coturn_turn_external_ip_address }} | ||||
| {% for ip in matrix_coturn_turn_external_ip_address %} | ||||
| external-ip={{ ip }} | ||||
| {% endfor %} | ||||
|  | ||||
| log-file=stdout | ||||
| pidfile=/var/tmp/turnserver.pid | ||||
|   | ||||
		Reference in New Issue
	
	Block a user