Преглед изворни кода

Merge pull request #17 from anadahz/docs/dns-patch

Add DNS records table
pull/20/head
Slavi Pantaleev пре 7 година
committed by GitHub
родитељ
комит
52148e00e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 7 додато и 0 уклоњено
  1. +7
    -0
      docs/configuring-dns.md

+ 7
- 0
docs/configuring-dns.md Прегледај датотеку

@@ -20,4 +20,11 @@ Once you've set up these DNS SRV records, you should create 2 other domain names


This playbook can then install all the services on that new server and you'll be able to join the Matrix network as `@<username>:<your-domain>`. This playbook can then install all the services on that new server and you'll be able to join the Matrix network as `@<username>:<your-domain>`.


| Type | Host | Priority | Weight | Port | Target |
| ---- | ----------------------- | -------- | ------ | ---- | ---------------------- |
| SRV | `_matrix._tcp` | 10 | 0 | 8448 | `matrix.<your-domain>` |
| SRV | `_matrix-identity._tcp` | 10 | 0 | 443 | `matrix.<your-domain>` |
| A | `matrix` | - | - | - | `server-IP` |
| A | `riot` | - | - | - | `server-IP` |

When ready to proceed, continue with [Configuring this Ansible playbook](configuring-playbook.md). When ready to proceed, continue with [Configuring this Ansible playbook](configuring-playbook.md).

Loading…
Откажи
Сачувај