Advertisement
luisg_muniz

OL6 :: DNS :: db.example

Apr 2nd, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $TTL 3H
  2. @ IN SOA @ dnsmaster (
  3. 1806010000 ; serial (2018/jun/01, 00:00)
  4. 1D ; refresh
  5. 1H ; retry
  6. 1W ; expire
  7. 3H ) ; minimum TTL
  8.  
  9. ;
  10. ; Nameserver
  11. ;
  12. NS xulin
  13. MX 0 gate
  14. MX 5 gatebk
  15. CNAME www
  16. ;
  17. ; Database
  18. ;
  19. xulin IN A 192.0.2.100 ; "Glue" record
  20.  
  21. host1 IN A 192.0.2.151
  22. www IN A 1.2.3.4
  23. ftp 600 IN CNAME xulin
  24. nfs IN CNAME xulin
  25. gate IN A 192.0.2.254
  26. IN A 10.0.0.254
  27. gatebk IN A 192.0.2.200
  28. rr 60 IN A 172.16.31.100
  29. 60 IN A 172.16.31.101
  30. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement