Skip to content

Commit

Permalink
Mark dimension DNS record as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Mar 23, 2020
1 parent 9032151 commit 2c2b55a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/configuring-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ If you decide to go with the alternative method ([Server Delegation via a DNS SR

## General outline of DNS settings you need to do

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


DNS records marked with `(*)` above are optional. They refer to services that will not be installed by default (see the section below). If you won't be installing these services, feel free to skip creating these DNS records.


## Subdomains setup
Expand Down

0 comments on commit 2c2b55a

Please sign in to comment.