Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. zone "16/20.168.192.in-arpa.arpa" {
  2. type master;
  3. file "/path/to/a/new/16.168.192.in-arpa.arpa-db-file";
  4. allow-update { key copy-this-from-the-other-reverse-zone; };
  5. }
  6.  
  7. $TTL 2d ; 172800
  8. $ORIGIN 64/27.23.168.192.IN-ADDR.ARPA.
  9. @ IN SOA ns1.example.com. hostmaster.example.com. (
  10. 2003080800 ; serial number
  11. 3h ; refresh
  12. 15m ; update retry
  13. 3w ; expiry
  14. 3h ; nx = nxdomain ttl
  15. )
  16. IN NS ns1.example.com.
  17. IN NS ns2.example.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement