diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,10 @@ the following DNS records: | -------- | ---- | ---------- | --------- | | A Record | @ | Static IP | Automatic | +| Type | Host | Target | TTL | +| ------------ | ------ | ----------- | --------- | +| CNAME Record | upload | Root domain | Automatic | + See [Prosody's docs](https://prosody.im/doc/dns) for information on alternative arrangements. @@ -51,6 +55,8 @@ on the box itself will be taken care of by the playbook): | XEP-0065 | TCP,UDP | 5000 | | XMPP Client | TCP | 5222 | | XMPP Server | TCP | 5269 | +| HTTP Server | TCP | 5280 | +| HTTP Server | TCP | 5281 | ### Install ansible on the control node |