From 09c5bd818ded489378104f523fcede23443c5092 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 5 Feb 2024 11:58:12 +0000 Subject: Bulk update with all changes currently in prod --- README.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb13e3a..bc6b221 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,11 @@ the following DNS records: | -------- | ---- | ---------- | --------- | | A Record | @ | Static IP | Automatic | -| Type | Host | Target | TTL | -| ------------ | ------ | ----------- | --------- | -| CNAME Record | upload | Root domain | Automatic | +| Type | Host | Target | TTL | +| ------------ | ---------- | ----------- | --------- | +| CNAME Record | conference | Root domain | Automatic | +| CNAME Record | turn | Root domain | Automatic | +| CNAME Record | upload | Root domain | Automatic | See [Prosody's docs](https://prosody.im/doc/dns) for information on alternative arrangements. @@ -48,15 +50,22 @@ arrangements. Now, open the following firewall ports on the external firewall (the firewall on the box itself will be taken care of by the playbook): -| Application | Protocol | Port | -| ----------- | -------- | ---- | -| SSH | TCP | 22 | -| HTTP | TCP | 80 | -| XEP-0065 | TCP,UDP | 5000 | -| XMPP Client | TCP | 5222 | -| XMPP Server | TCP | 5269 | -| HTTP Server | TCP | 5280 | -| HTTP Server | TCP | 5281 | +| Application | Protocol | Port | +| ----------- | -------- | ----------- | +| SSH | TCP | 22 | +| HTTP | TCP | 80 | +| XEP-0065 | TCP,UDP | 5000 | +| XMPP Client | TCP | 5222 | +| XEP-0368 | TCP | 5223 | +| XMPP Server | TCP | 5269 | +| XEP-0368 | TCP | 5270 | +| XEP-0363 | TCP | 5280 | +| XEP-0363 | TCP | 5281 | +| XEP-0215 | TCP,UDP | 3478 | +| XEP-0215 | TCP,UDP | 3479 | +| XEP-0215 | TCP,UDP | 5349 | +| XEP-0215 | TCP,UDP | 5350 | +| XEP-0215 | TCP,UDP | 49152-65535 | ### Install ansible on the control node -- cgit v1.2.3