Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2484935
coturn.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
682 B
Referenced Files
None
Subscribers
None
coturn.sh
View Options
#!/bin/bash
cd
/tmp/
cat > ./turnserver.conf
<< EOF
external-ip=${TURN_PUBLIC_IP:-127.0.0.1}
listening-port=${TURN_LISTEN_PORT:-3478}
fingerprint
# For testing
#allow-loopback-peers
#cli-password=qwerty
# Disabled by default to avoid DoS attacks. Logs all bind attempts in verbose log mode (useful for debugging)
#log-binding
max-port=${MAX_PORT:-65535}
min-port=${MIN_PORT:-40000}
pidfile="$(pwd)/turnserver.pid"
realm=kolabmeet
log-file=stdout
# Dynamically generate username/password for turn
use-auth-secret
static-auth-secret=${TURN_STATIC_SECRET:-uzYguvIl9tpZFMuQOE78DpOi6Jc7VFSD0UAnvgMsg5n4e74MgIf6vQvbc6LWzZjz}
# verbose
EOF
/usr/bin/turnserver -c ./turnserver.conf
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Nov 20, 4:13 PM (18 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387185
Default Alt Text
coturn.sh (682 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment