Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parked-domain-how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down