2020-04-11 15:08:03 +02:00
|
|
|
Configuration files:
|
2022-08-29 15:07:53 +02:00
|
|
|
* /etc/coturn/turnserver.conf is the main configuration file
|
2020-04-11 15:08:03 +02:00
|
|
|
* /etc/sysconfig/coturn can be used to set additional command line parameters
|
|
|
|
|
2022-08-29 15:07:53 +02:00
|
|
|
Allow traffic through the firewall:
|
2020-04-11 15:08:03 +02:00
|
|
|
```
|
2022-08-29 15:07:53 +02:00
|
|
|
firewall-cmd --zone=<zone> --add-service=coturn [--permanent]
|
2020-04-11 15:08:03 +02:00
|
|
|
```
|
2020-05-04 15:08:12 +02:00
|
|
|
|
2022-08-29 15:07:53 +02:00
|
|
|
Notes:
|
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.
|
|
|
|
|