Fix SPF sample: change en dash to hyphen-minus

Fixes #17
This commit is contained in:
Benjamin W. Broersma 2024-01-18 17:15:18 +01:00 committed by GitHub
parent d8aded7416
commit c27a5410be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ When using a wildcard selector to set an empty public key, you indicate that all
## SPF
Set an an empty policy (not mentioning any ip-adresses or hostnames which are allowed to send mail) and a hard fail.
`example.nl. IN TXT "v=spf1 all"`
`example.nl. IN TXT "v=spf1 -all"`
# Domain without a website
Apply the following settings to domains not using a website.