2155609804
Adjust hardening, README and license year OBS-URL: https://build.opensuse.org/request/show/998247 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=22
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
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.
|
|
|