Guest User

Untitled

a guest
Oct 5th, 2010
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. zone "braga.com.pl" {
  2. type master;
  3. file "/etc/bind/db.braga.com.pl";
  4. };
  5.  
  6. $TTL 604800
  7. @ IN SOA braga.com.pl. root.braga.com.pl. (
  8. 2 ; Serial
  9. 604800 ; Refresh
  10. 86400 ; Retry
  11. 2419200 ; Expire
  12. 604800 ) ; Negative Cache TTL
  13.  
  14. www IN A 192.168.0.181
  15. test IN CNAME braga.com.pl.
  16. monitoring IN CNAME monitoring.braga.com.pl.
Advertisement
Add Comment
Please, Sign In to add comment