3e5baa7af9
- Update to 4.6.2 * Make sure microhttpd starts using epoll if supported * Add sessioncount to prometheus metrics * Add STUN request/response/error prometheus counters * Cleanup logs on turnserver start * Fix duplicate stdout log output * Log threadId to logs to aid in multi-threaded debugging * Optional build info compiled into turnserver binary * Fix arguments expansion in docker-entrypoint.sh * Santise database connection strings before printing to log * Support Windows MSVC * Add configuration option for TLS 1.3 ciphersuites * Improve openssl3 and FIPS support * Use single SSL_CTX for TLS and DTLS support * Update openssl API use to non-deprecated version * Set string bytes to null to prevent random origin * Fix memory corruption on socket close * Fix packet backlog fifo that processed packets in reverse order in some scenarios * Fix off-by-one when terminating gcm_nonce * Fixes to Redis memleaks and socketleaks * Fix malformed response to mobility refresh request * Fuzzing support * Ignore raw UDP if no_udp is enabled * Better detect availability of SCTP protocol - Drop coturn-no-FIPS-140-mode.patch, fixed upstream, see https://github.com/coturn/coturn/issues/1170 OBS-URL: https://build.opensuse.org/request/show/1083916 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=28 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
coturn-4.6.2.tar.gz | ||
coturn-apparmor-usr.bin.turnserver | ||
coturn-user.conf | ||
coturn.changes | ||
coturn.firewalld | ||
coturn.logrotate | ||
coturn.service | ||
coturn.spec | ||
coturn.sysconfig | ||
coturn.tmpfilesd | ||
coturn@.service | ||
README.SUSE |
Configuration files: * /etc/coturn/turnserver.conf is the main configuration file * /etc/sysconfig/coturn can be used to set additional command line parameters Allow traffic through the firewall: ``` firewall-cmd --zone=<zone> --add-service=coturn [--permanent] ``` Notes: * /etc/syconfig/coturn has the option '--no-software-attribute' enabled to hide the software version for production issue.