SHA256
1
0
forked from pool/coturn

Accepting request 800058 from home:weberho:branches:network:telephony

- 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
This commit is contained in:
Johannes Weberhofer
2020-05-04 13:08:12 +00:00
committed by Git OBS Bridge
parent c4ca41a9dd
commit 7ec561df97
11 changed files with 77 additions and 201 deletions

View File

@@ -6,3 +6,12 @@ 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.