You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prerequisites.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,10 @@ We will be using `example.com` as the domain in the following instruction. Pleas
59
59
60
60
-`80/tcp`: HTTP webserver
61
61
-`443/tcp` and `443/udp`: HTTPS webserver
62
-
-`3478/tcp`: STUN/TURN over TCP (used by [coturn](./docs/configuring-playbook-turn.md))
63
-
-`3478/udp`: STUN/TURN over TCP (used by [coturn](./docs/configuring-playbook-turn.md))
64
-
-`5349/tcp`: TURN over TCP (used by [coturn](./docs/configuring-playbook-turn.md))
65
-
-`5349/udp`: TURN over UDP (used by [coturn](./docs/configuring-playbook-turn.md))
62
+
-`3478/tcp`: STUN/TURN over TCP (used by [coturn](./configuring-playbook-turn.md))
63
+
-`3478/udp`: STUN/TURN over TCP (used by [coturn](./configuring-playbook-turn.md))
64
+
-`5349/tcp`: TURN over TCP (used by [coturn](./configuring-playbook-turn.md))
65
+
-`5349/udp`: TURN over UDP (used by [coturn](./configuring-playbook-turn.md))
66
66
-`8448/tcp` and `8448/udp`: Matrix Federation API HTTPS webserver. Some components like [Matrix User Verification Service](configuring-playbook-user-verification-service.md#open-matrix-federation-port) require this port to be opened **even with federation disabled**.
67
67
- the range `49152-49172/udp`: TURN over UDP
68
68
- potentially some other ports, depending on the additional (non-default) services that you enable in the **configuring the playbook** step (later on). Consult each service's documentation page in `docs/` for that.
0 commit comments