summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 21 insertions, 12 deletions
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