Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ;
  2. ; BIND reverse data file for local loopback interface
  3. ;
  4. $TTL 604800
  5. @ IN SOA ns.example.com. root.example.com. (
  6. 20 ; Serial
  7. 604800 ; Refresh
  8. 86400 ; Retry
  9. 2419200 ; Expire
  10. 604800 ) ; Negative Cache TTL
  11. ;
  12. @ IN NS ns.
  13. 2 IN PTR ns.example.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement