Skip to content

Commit

Permalink
Remove check for alternative port from Goss test
Browse files Browse the repository at this point in the history
Since version 4.6.0, coturn no longer listens on an alternative port if
config option `no-rfc5780` is set (which is the default and recommended).

See these upstream commits for details:
coturn/coturn@eda1169
coturn/coturn@54ef051
  • Loading branch information
doobry-systemli committed Aug 6, 2023
1 parent 02a22d2 commit f587c2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/test_coturn.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ port:
{% if coturn_tls %}
tcp:{{ coturn_tls_listening_port }}:
listening: true
tcp:{{ coturn_listening_port|int + 1 }}:
listening: true
{% endif %}
udp:{{ coturn_listening_port }}:
listening: true
udp:{{ coturn_listening_port|int + 1 }}:
listening: true
service:
coturn:
enabled: true
Expand Down

0 comments on commit f587c2a

Please sign in to comment.