YunoHost-Apps / coturn_ynh

coturn TURN server package for YunoHost
https://github.com/coturn/coturn
GNU General Public License v3.0
6 stars 6 forks source link

Udp 443 #30

Closed zamentur closed 1 month ago

zamentur commented 1 month ago

Problem

For compatibility reasons it is highly recommended to run coturn onto 443 port

Solution

As 443 TCP is used by nginx, this pr suggest to make coturn available thanks to 443 UDP via nginx stream feature.

Note, we probably could use iptables to redirect the port instead ????

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)