Skip to content

Commit 2898b7b

Browse files
committed
Fix missing dmarc subdomain in instructions
1 parent c9bdd3c commit 2898b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/managed-dmarc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the following entries to your DNS settings:
3737
`CNAME` `keila._domainkey.example.com` `dkim.public.keila.io`
3838

3939
**Enable DMARC for your main domain**:
40-
`TXT` `example.com` `v=DMARC1; p=none`
40+
`TXT` `_dmarc.example.com` `v=DMARC1; p=none`
4141

4242
## 4. Submit the Domain Connection Form
4343

0 commit comments

Comments
 (0)