Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit d09dec6

Browse files
authored
Merge pull request #222 from basisbit/patch-4
Switch coturn recommendation to Ubuntu 20.04 because of critical bugs
2 parents 5b64aa2 + 36e033c commit d09dec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-02-14-setup-turn-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Having the server behind NAT (for example, on Amazon EC2) is OK, but all incomin
2828

2929
## Required Software
3030

31-
We recommend using a minimal server installation of Ubuntu 18.04. The [coturn](https://github.com/coturn/coturn) software requires port 443 for its exclusive use in our recommended configuration, which means the server cannot have any dashboard software or other web applications running.
31+
We recommend using a minimal server installation of Ubuntu 20.04. The [coturn](https://github.com/coturn/coturn) software requires port 443 for its exclusive use in our recommended configuration, which means the server cannot have any dashboard software or other web applications running.
3232

33-
coturn is already available in the Ubuntu packaging repositories for version 18.04 and later, and it can be installed with apt-get:
33+
Stable versions of coturn are already available in the Ubuntu packaging repositories for version 20.04 and later, and it can be installed with apt-get:
3434

3535
```bash
3636
$ sudo apt-get update

0 commit comments

Comments
 (0)