Skip to content

Commit cf8d365

Browse files
committed
Calls: Add note about alternate TURN ports
1 parent 887b314 commit cf8d365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/calls/turn/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Using Cloudflare Calls TURN service is available free of charge when used togeth
1818
| TURN over TCP | turn.cloudflare.com | 3478/tcp | 80/tcp |
1919
| TURN over TLS | turn.cloudflare.com | 5349/tcp | 443/tcp |
2020

21+
:::note[Note]
22+
Use of alternate port 53 only by itself is not reccomended. Port 53 is blocked by many ISPs, and by popular browsers such as [Chrome](https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/net/base/port_util.cc#44) and [Firefox](https://github.com/mozilla/gecko-dev/blob/master/netwerk/base/nsIOService.cpp#L132). It is useful only in certain specific scenerios.
23+
:::
24+
2125
## Regions
2226

2327
Calls TURN service is available in every Cloudflare data center.

0 commit comments

Comments
 (0)