e2a2c44eec
In some cases (corporate firewalls, hospitals) it may be desirable to have a TURN service on 443 because this is open in every case. To allow that, allow the turnserver to bind to ports below 1024.
5 lines
87 B
Text
5 lines
87 B
Text
case "${ACTION}" in
|
|
post)
|
|
setcap CAP_NET_BIND_SERVICE=+ep usr/bin/turnserver
|
|
;;
|
|
esac
|