Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ;; NS Records (YOU MUST CHANGE THIS)
  2. example.com. 300 IN NS REPACE&ME$WITH^YOUR@NAMESERVER.
  3.  
  4. ;; MX Records
  5. example.com. 300 IN MX 2 mail.example.com.
  6. example.com. 300 IN MX 1 srv1.example.com.
  7.  
  8. ;; CNAME Records
  9. www.example.com. 300 IN CNAME example.com.
  10.  
  11. ;; A Records (IPv4 addresses)
  12. example.com. 300 IN A XXX.XXX.XXX.XXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement