diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-06-29 11:52:35 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-06-29 11:52:35 +0000 |
commit | e55c3dd82068778b329a405c734d6d5de039ed0f (patch) | |
tree | 26cc8a16c7b27d98dc5d17d9c0d71619346a441b /bind/fake-102/OFF | |
parent | 3ca0ca0510628bebe5fc96a49f1f1a4e20b217bf (diff) |
Reorder records: NS→A→MX→SPF→LOC→TYPE44→TXT. Tighten SPF and SRV records. Add 'MX 0 .' for non-MX hosts.
Diffstat (limited to 'bind/fake-102/OFF')
-rw-r--r-- | bind/fake-102/OFF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bind/fake-102/OFF b/bind/fake-102/OFF index 7c468b8..1558b32 100644 --- a/bind/fake-102/OFF +++ b/bind/fake-102/OFF @@ -7,4 +7,5 @@ $TTL 604800 604800 ) ; Negative Cache TTL NS localhost. - TXT "v=spf1 -all" + MX 0 . + SPF "v=spf1 -all" |