Update pion/turn to fix TURN TLS termination with external LB

version v0.15.1
This commit is contained in:
David Zhao
2021-12-22 15:00:25 -08:00
parent 7a54a810c9
commit 857ff7fae7
+4 -1
View File
@@ -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