Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 16, 2021
1 parent 598b181 commit d01018d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ses-domain/example.ses_dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on all views: internal, Dmz, and Public, though Public is the most important one

```
$ORIGIN 817869416306.aws.mail.census.gov.
_amazaonses 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos="
_amazonses 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos="
```

* TXT records for validation fully qualified:

```
_amazaonses.817869416306.aws.mail.census.gov. 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos="
_amazonses.817869416306.aws.mail.census.gov. 600 in txt "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos="
```

Expand Down
4 changes: 2 additions & 2 deletions ses-domain/ses_dns.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on all views: internal, Dmz, and Public, though Public is the most important one

```
$ORIGIN ${domain}.
_amazaonses ${ttl} in txt "${validation_txt}"
_amazonses ${ttl} in txt "${validation_txt}"
```

* TXT records for validation fully qualified:

```
_amazaonses.${domain}. ${ttl} in txt "${validation_txt}"
_amazonses.${domain}. ${ttl} in txt "${validation_txt}"

```

Expand Down

0 comments on commit d01018d

Please sign in to comment.