docs: Fix typo in DNS record example in setting-up.md (#377)

`STS1` -> `STSv1`
This commit is contained in:
Gusted 2021-07-30 07:17:50 +02:00 committed by GitHub
parent 0ac7a3f686
commit 6f54015daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ _dmarc.example.org. TXT "v=DMARC1; p=quarantine; ruf=mailto:postmaster@exam
; Mark domain as MTA-STS compatible (see the next section)
; and request reports about failures to be sent to postmaster@example.org
_mta-sts.example.org. TXT "v=STS1; id=1"
_mta-sts.example.org. TXT "v=STSv1; id=1"
_smtp._tls.example.org. TXT "v=TLSRPTv1;rua=mailto:postmaster@example.org"
```