Advertisement
Guest User

Untitled

a guest
Aug 25th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ;
  2. ; BIND data file for example.com
  3. ;
  4. $TTL 604800
  5. @ IN SOA example.com. root.example.com. (
  6. 5 ; Serial
  7. 604800 ; Refresh
  8. 86400 ; Retry
  9. 2419200 ; Expire
  10. 604800 ) ; Negative Cache TTL
  11. IN A 192.168.0.103
  12. ;
  13. * IN A 192.168.0.103
  14. @ IN A 192.168.0.103
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement