From d5655b7527301d6c1cf720dc61b40b08a9467185 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 21 Oct 2018 16:34:00 +0300 Subject: [PATCH] Use CNAME for riot in the example table --- docs/configuring-dns.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuring-dns.md b/docs/configuring-dns.md index c2068dc8e..49b6a057b 100644 --- a/docs/configuring-dns.md +++ b/docs/configuring-dns.md @@ -20,11 +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 `@:`. -| Type | Host | Priority | Weight | Port | Target | -| ---- | ----------------------- | -------- | ------ | ---- | ---------------------- | -| SRV | `_matrix._tcp` | 10 | 0 | 8448 | `matrix.` | -| SRV | `_matrix-identity._tcp` | 10 | 0 | 443 | `matrix.` | -| A | `matrix` | - | - | - | `server-IP` | -| A | `riot` | - | - | - | `server-IP` | +| Type | Host | Priority | Weight | Port | Target | +| ----- | ----------------------- | -------- | ------ | ---- | ---------------------- | +| SRV | `_matrix._tcp` | 10 | 0 | 8448 | `matrix.` | +| SRV | `_matrix-identity._tcp` | 10 | 0 | 443 | `matrix.` | +| A | `matrix` | - | - | - | `server-IP` | +| CNAME | `riot` | - | - | - | `matrix.` | When ready to proceed, continue with [Configuring this Ansible playbook](configuring-playbook.md). \ No newline at end of file