Update firewall.md

added port descritption
This commit is contained in:
Greylinux 2021-07-16 23:01:32 +01:00 committed by GitHub
parent 01211ecab6
commit 4475e94759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 3 deletions

View File

@ -4,6 +4,23 @@
Snikket currently requires the following ports to be open/forwarded:
- **TCP only:** 80, 443, 5222, 5269, 5000
- **TCP and UDP:** 3478, 3479, 5349, 5350
- **UDP only:** 49152-65535
|**TCP only** | |
| :------------ | :--------------------------------------------------------------------------------- |
| 80/443 | Web Interface And Group File Sharing Service (HTTP(S)) |
| 5222 | Client App Connections (Client to Server) (XMPP-c2s) |
| 5269 | Federation With Other Snikket Servers (Server to Server) (XMPP-s2s) |
| 5000 | File Transfer Proxy (proxy65) |
|**TCP and UDP**| |
| :-------------| :--------------------------------------------------------------------------------- |
| 3478/3479 | Audio/Video Data Proxy Negotiation and IP discovery <br /> (STUN/TURN) |
| 5349/5350 | Audio/Video Data Proxy Negotiations and IP Discovery over TLS <br /> (STUN/TURN over TLS) |
|**UDP only** | |
| :------------ | :----------------------------------------------------------------------------------|
| 49152-65535 | Audio/Video Data Proxy (Turn Data) |