Advertisement
Guest User

Untitled

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