File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ The components of chatmail are:
180180- [ Iroh relay] ( https://www.iroh.computer/docs/concepts/relay )
181181 which helps client devices to establish Peer-to-Peer connections
182182
183+ - [ TURN] ( https://github.com/chatmail/chatmail-turn )
184+ to enable relay users to start webRTC calls
185+ even if a p2p connection can't be established
186+
183187- and the chatmaild services, explained in the next section:
184188
185189### chatmaild
@@ -304,6 +308,8 @@ Chatmail address creation will be denied while this file is present.
304308[ Nginx] ( https://www.nginx.com/ ) listens on port 8443 (HTTPS-ALT) and 443 (HTTPS).
305309Port 443 multiplexes HTTPS, IMAP and SMTP using ALPN to redirect connections to ports 8443, 465 or 993.
306310[ acmetool] ( https://hlandau.github.io/acmetool/ ) listens on port 80 (HTTP).
311+ [ chatmail-turn] ( https://github.com/chatmail/chatmail-turn ) listens on TCP port 3478 (STUN/TURN),
312+ and temporarily opens UDP ports when users request them. UDP port range is not restricted, any free port may be allocated.
307313
308314chatmail-core based apps will, however, discover all ports and configurations
309315automatically by reading the [ autoconfig XML file] ( https://www.ietf.org/archive/id/draft-bucksch-autoconfig-00.html ) from the chatmail relay server.
You can’t perform that action at this time.
0 commit comments