Skip to content

Commit

Permalink
Change default TURN/UDP port to 3478 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Aug 6, 2023
1 parent 5b658c1 commit 16631da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ livekit:
enabled: true
# must match domain of your TLS cert
domain: turn.myhost.com
# tls_port must be 443 if turn load balancer is disabled
# TURN/TLS port over TCP. It must be 443 if TURN load balancer is disabled
tls_port: 3478
# udp_port should be 443 for best connectivity through firewalls
udp_port: 443
# TURN/UDP port, must be exposed on the firewall
udp_port: 3478
# uncomment if you will manage TLS termination for TURN, secretName is not used
# when external_tls is set
# external_tls: true
Expand Down

0 comments on commit 16631da

Please sign in to comment.