Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $TTL 86400
  2. @ IN SOA primary.ltechlab.com. root.letchlab.com. (
  3. 2014112511 ;Serial
  4. 3600 ;Refresh
  5. 1800 ;Retry
  6. 604800 ;Expire
  7. 86400 ;Minimum TTL
  8. )
  9. ;Name Server Information
  10. @ IN NS primary.ltechlab.com.
  11. ;IP address of Name Server
  12. primary IN A 192.168.1.100
  13. ;Mail exchanger
  14. ltechlab.com. IN MX 10 mail.ltechlab.com.
  15. ;A – Record HostName To Ip Address
  16. www IN A 192.168.1.105
  17. mail IN A 192.168.1.120
  18. ;CNAME record
  19. ftp IN CNAME www.ltechlab.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement