Guest User

Records

a guest
Apr 14th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ;;
  2. ;; Domain: domainname.com
  3. ;; Exported: 2016-04-14 16:13:21
  4. ;;
  5. ;; This file is intended for use for informational and archival
  6. ;; purposes ONLY and MUST be edited before use on a production
  7. ;; DNS server. In particular, you must:
  8. ;; -- update the SOA record with the correct authoritative name server
  9. ;; -- update the SOA record with the contact e-mail address information
  10. ;; -- update the NS record(s) with the authoritative name servers for this domain.
  11. ;;
  12. ;; For further information, please consult the BIND documentation
  13. ;; located on the following website:
  14. ;;
  15. ;; http://www.isc.org/
  16. ;;
  17. ;; And RFC 1035:
  18. ;;
  19. ;; http://www.ietf.org/rfc/rfc1035.txt
  20. ;;
  21. ;; Please note that we do NOT offer technical support for any use
  22. ;; of this zone data, the BIND name server, or any other third-party
  23. ;; DNS software.
  24. ;;
  25. ;; Use at your own risk.
  26. $ORIGIN .
  27. @ 3600 IN SOA domainname.com. root.domainname.com. (
  28. 2021231700 ; serial
  29. 7200 ; refresh
  30. 3600 ; retry
  31. 86400 ; expire
  32. 3600) ; minimum
  33.  
  34.  
  35.  
  36. ;; NS Records (YOU MUST CHANGE THIS)
  37. domainname.com. 300 IN NS REPACE&ME$WITH^YOUR@NAMESERVER.
  38.  
  39. ;; MX Records
  40. domainname.com. 300 IN MX 10 mail.domainname.com.
  41.  
  42. ;; TXT Records
  43. _domainkey.domainname.com. 300 IN TXT "t=y\; o=~\;"
  44. domainname.com. 300 IN TXT "v=spf1 a mx ip4:1.1.1.1 ?all"
  45. mail._domainkey.domainname.com. 300 IN TXT "k=rsa\; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHZNweG/MUdROhBUNI4Q5LV4nI1kI1zkFn1t8L0/PVwTFZSDh+NLp2ZXFUFAsd7FxuPW0oB/VYlyXXeHrKUj87BO1cnDLJGidFe8xuDJBCLUqRUsnplaCrOeT0URfIprmWeDOl3Wdxns17ofL4S7bnJDr68zVDfGohW5iVWr42nQIDAQAB"
  46.  
  47. ;; SPF Records (Sender Policy Framework)
  48. domainname.com. 300 IN SPF "v=spf1 a mx ip4:1.1.1.1 ?all"
  49.  
  50. ;; CNAME Records
  51. www.domainname.com. 300 IN CNAME domainname.com.
  52. ftp.domainname.com. 300 IN CNAME domainname.com.
  53.  
  54. ;; A Records (IPv4 addresses)
  55. mail.domainname.com. 300 IN A 1.1.1.1
  56. domainname.com. 300 IN A 1.1.1.1
Add Comment
Please, Sign In to add comment