turn: add note on why we still use host mode
This commit is contained in:
@@ -32,6 +32,10 @@ exports = module.exports = {
|
||||
DOCKER_PROXY_PORT: 3003,
|
||||
USER_DIRECTORY_LDAPS_PORT: 3004, // user directory LDAP with TLS rerouting in iptables, public port is 636
|
||||
OIDC_PORT: 3005,
|
||||
TURN_PORT: 3478, // tcp and udp
|
||||
TURN_TLS_PORT: 5349, // tcp and udp
|
||||
TURN_UDP_PORT_START: 50000,
|
||||
TURN_UDP_PORT_END: 51000,
|
||||
|
||||
// docker IPs
|
||||
DOCKER_IPv4_SUBNET: '172.18.0.0/16',
|
||||
|
||||
Reference in New Issue
Block a user