forked from kimbl/bigbluebutton
28 lines
531 B
Plaintext
28 lines
531 B
Plaintext
listening-port=3478
|
|
|
|
# listening-ip=${INTERNAL_IP:-$IP}
|
|
# relay-ip=${INTERNAL_IP:-$IP}
|
|
|
|
min-port=32769
|
|
max-port=65535
|
|
# verbose
|
|
|
|
fingerprint
|
|
lt-cred-mech
|
|
use-auth-secret
|
|
realm=bbb-docker
|
|
|
|
keep-address-family
|
|
|
|
no-cli
|
|
no-tlsv1
|
|
no-tlsv1_1
|
|
|
|
# Block connections to IP ranges which shouldn't be reachable
|
|
no-loopback-peers
|
|
no-multicast-peers
|
|
|
|
|
|
# we only need to allow peer connections from the machine itself (from mediasoup or freeswitch).
|
|
denied-peer-ip=0.0.0.0-255.255.255.255
|
|
denied-peer-ip=::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff |