From 02742fd0584a1b07f69541ed2c49a4c83ca016ee Mon Sep 17 00:00:00 2001
From: jmcparland <jmcparland@tcmlabs.com>
Date: Mon, 8 Nov 2021 05:34:39 -0500
Subject: [PATCH] Wrong DTLS port in "Troubleshooting" (#11268)

Port 5349, not 5479.
---
 docs/turn-howto.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/turn-howto.md b/docs/turn-howto.md
index 6433446c2a..5d282099e3 100644
--- a/docs/turn-howto.md
+++ b/docs/turn-howto.md
@@ -204,7 +204,7 @@ Here are a few things to try:
    anyone who has successfully set this up.
 
  * Check that you have opened your firewall to allow TCP and UDP traffic to the
-   TURN ports (normally 3478 and 5479).
+   TURN ports (normally 3478 and 5349).
 
  * Check that you have opened your firewall to allow UDP traffic to the UDP
    relay ports (49152-65535 by default).
-- 
GitLab