mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
coturn: allow to bind to ports below 1024
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.
This commit is contained in:
parent
a146bcf2d8
commit
e2a2c44eec
2 changed files with 6 additions and 1 deletions
5
srcpkgs/coturn/INSTALL
Normal file
5
srcpkgs/coturn/INSTALL
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
setcap CAP_NET_BIND_SERVICE=+ep usr/bin/turnserver
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'coturn'
|
# Template file for 'coturn'
|
||||||
pkgname=coturn
|
pkgname=coturn
|
||||||
version=4.6.0
|
version=4.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue