Go to file
Johannes Weberhofer ab957dfa08 Accepting request 817809 from home:weberho:branches:network:telephony
- Version 4.5.1.3:
  * Remove reference to SSLv3: gh#coturn/coturn#566
  * Ignore MD5 for BoringSSL: gh#coturn/coturn#579
  * STUN response buffer not initialized properly; he issue found and 
    reported gh#coturn/coturn#583 by Felix Dörre all credits belongs to 
    him. CVE-2020-4067
- Let coturn allow binding to ports below 1024 per default

OBS-URL: https://build.opensuse.org/request/show/817809
OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=10
2020-06-30 08:03:55 +00:00
.gitattributes Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
.gitignore Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn-4.5.1.3.tar.gz Accepting request 817809 from home:weberho:branches:network:telephony 2020-06-30 08:03:55 +00:00
coturn-apparmor-usr.bin.turnserver Accepting request 795858 from home:lrupp:branches:network:telephony 2020-04-20 15:32:53 +00:00
coturn-user.conf Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn.changes Accepting request 817809 from home:weberho:branches:network:telephony 2020-06-30 08:03:55 +00:00
coturn.firewalld Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn.logrotate Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn.service Accepting request 817809 from home:weberho:branches:network:telephony 2020-06-30 08:03:55 +00:00
coturn.spec Accepting request 817809 from home:weberho:branches:network:telephony 2020-06-30 08:03:55 +00:00
coturn.sysconfig Accepting request 800058 from home:weberho:branches:network:telephony 2020-05-04 13:08:12 +00:00
coturn.tmpfilesd Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
README.SUSE Accepting request 817809 from home:weberho:branches:network:telephony 2020-06-30 08:03:55 +00:00

Configuration files:
  * /etc/coturn/turnserver.conf is the mail configuration file
  * /etc/sysconfig/coturn can be used to set additional command line parameters

To allow traffic going thru the firewall use
```
firewall-cmd --zone=public --add-service=coturn [--permanent]
```

* /etc/syconfig/coturn has the option '--no-software-attribute' enabled to hide 
  the software version for production issue.