2020-04-11 15:08:03 +02: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]
|
|
|
|
```
|
2020-05-04 15:08:12 +02:00
|
|
|
|
|
|
|
* /etc/syconfig/coturn has the option '--no-software-attribute' enabled to hide
|
|
|
|
the software version for production issue.
|
|
|
|
|