Skip to content

Commit

Permalink
Make email records example more complete
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaTamachiro committed Jan 10, 2025
1 parent 46608a8 commit 9006307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/partials/dns/dns-scan-procedure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Since the quick scan is not guaranteed to find all existing DNS records, you nee
| Type | Name | Content | Proxy status | TTL |
| ---- | ------- | ------------ | ------------ | ------ |
| A | `mail` | `192.0.2.1` | DNS Only | Auto |
| MX | `example.com` | `john.mx.example-server.test` | DNS Only | Auto |
| MX | `example.com` | `5 john.mx.example-server.test` | DNS Only | Auto |
| TXT | `_dmarc` | `"v=DMARC1; p=reject; sp=...` | DNS Only | Auto |
| TXT | `*._domainkey` | `"v=DKIM1; p="` | DNS Only | Auto |
| TXT | `example.com` | `"v=spf1 -all"` | DNS Only | Auto |
| TXT | `*._domainkey` | `"v=DKIM1; k=rsa; p=..."` | DNS Only | Auto |
| TXT | `example.com` | `"v=spf1 ip4:..."` | DNS Only | Auto |

</Details>

0 comments on commit 9006307

Please sign in to comment.