Skip to content

Commit babb97a

Browse files
committed
feat (domains): update docs
1 parent 45d2ebc commit babb97a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/docs/cli/domains.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ The configuration flow goes as follows:
1919

2020
### Records:
2121

22-
```
23-
name: @
24-
type: SPF
25-
value: "v=spf1 ip4:45.79.221.22 ip4:45.79.202.226 include:mailgun.org ~all"
26-
```
2722
```
2823
name: _dmarc
2924
type: TXT
@@ -40,14 +35,15 @@ type: TXT
4035
value: "ms_verify=(Insert the verification code provided by the CLI here)"
4136
```
4237

43-
Note: These values might change in the future, but we will try our best to keep you up to date on any changes.
38+
Note 1: These values might change in the future, but we will try our best to keep you up to date on any changes.
39+
40+
Note 2: There might be additional records that will be required... Please follow what is provided by the CLI over what provided in this doc. Ensuring your domain is setup correctly is your responsibility.
4441

4542
Keep in mind the `ms_verify` value is unique to your account, in the event the verification code is removed from the domain you may lose access to the workspace attached with your domain.
4643

4744
Feel free to reach out to us over [discord](https://discord.gg/US24HAVYq2) if something is missing in the docs or need assistance setting up your domain.
4845

4946

50-
5147
Finally, your DNS settings should look something similar to this:
5248

5349
<img src="/images/example_dns_config.png"/>

0 commit comments

Comments
 (0)