turn: add note on why we still use host mode

This commit is contained in:
Girish Ramakrishnan
2025-06-04 13:11:12 +02:00
parent bad927e283
commit 446099b1f9
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -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',