mirror of
https://github.com/livekit/livekit.git
synced 2026-05-25 14:15:15 +00:00
Update pion/turn to fix TURN TLS termination with external LB
version v0.15.1
This commit is contained in:
+4
-1
@@ -115,9 +115,12 @@ keys:
|
||||
# udp_port: 3478
|
||||
# # defaults to 5349 - if not using a load balancer, this must be set to 443
|
||||
# tls_port: 5349
|
||||
# # set external_tl to true if using a L4 load balancer to terminate TLS. when enabled,
|
||||
# # LiveKit expects unencrypted traffic on tls_port, and still advertise tls_port as a TURN/TLS candidate.
|
||||
# external_tls: true
|
||||
# # needs to match tls cert domain
|
||||
# domain: turn.myhost.com
|
||||
# # optional
|
||||
# # optional (set only if not using external TLS termination)
|
||||
# # cert_file: /path/to/cert.pem
|
||||
# # key_file: /path/to/key.pem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user