Advertisement
Guest User

Untitled

a guest
May 24th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $TTL 2d ; 172800 seconds
  2. $ORIGIN 56.168.192.IN-ADDR.ARPA.
  3. @ IN SOA ns1.example.fake. hostmaster.example.fake. (
  4. 201107111 ; serial number
  5. 3600 ; refresh, seconds
  6. 3600 ; retry, seconds
  7. 3600 ; expire, seconds
  8. 3600 ) ; minimum, seconds
  9.  
  10. IN NS ns1.example.fake.
  11. 20 IN PTR server.example.fake.
  12. 40 IN PTR client1.example.fake.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement