Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "kind": "dns#resourceRecordSet",
  3. "name": "example.com.",
  4. "rrdatas": [
  5. "v=spf1 include:_spf.google.com ~all",
  6. ],
  7. "ttl": 84600,
  8. "type": "TXT"
  9. },
  10.  
  11. {
  12. "kind": "dns#resourceRecordSet",
  13. "name": "example.com.",
  14. "rrdatas": [
  15. ""v=spf1" "include:_spf.google.com" "~all"",
  16. ],
  17. "ttl": 84600,
  18. "type": "TXT"
  19. },
  20.  
  21. % nslookup -type=TXT example.com. ns-cloud-e1.googledomains.com.
  22. Server: ns-cloud-e1.googledomains.com.
  23. Address: 216.239.32.110#53
  24.  
  25. example.com text = "v=spf1" "include:_spf.google.com" "~all"
  26.  
  27. {
  28. "kind": "dns#resourceRecordSet",
  29. "name": "example.com.",
  30. "rrdatas": [
  31. ""v=spf1 include:_spf.google.com ~all"",
  32. ],
  33. "ttl": 84600,
  34. "type": "TXT"
  35. },
  36.  
  37. {
  38. "kind": "dns#resourceRecordSet",
  39. "name": "example.com.",
  40. "rrdatas": [ "v=spf1\ mx\ include:_spf.google.com\ ~all" ],
  41. "ttl": 21600,
  42. "type": "TXT"
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement