7ec561df97
- Version 4.5.1.2: - Extended Readme.SUSE with description on how to bind to ports below 1024 - Fixes and enhancements in service-file - /etc/sysconfig/coturn defaults now to not show software's version to the public OBS-URL: https://build.opensuse.org/request/show/800058 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=7
18 lines
554 B
Plaintext
18 lines
554 B
Plaintext
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.
|
|
|
|
* The trunserveer can only be bound to a port belo 1024 if you add the
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE section to the service file.
|
|
|
|
|
|
|