logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

nsd-checkzone.8 (909B)


  1. .TH "nsd\-checkzone" "8" "Apr 6, 2021" "NLnet Labs" "nsd 4.3.6"
  2. .\" Copyright (c) 2014, NLnet Labs. All rights reserved.
  3. .\" See LICENSE for the license.
  4. .SH "NAME"
  5. .B nsd\-checkzone
  6. \- NSD zone file syntax checker.
  7. .SH "SYNOPSIS"
  8. .B nsd\-checkzone
  9. .RB [ \-h ]
  10. .I zonename
  11. .I zonefile
  12. .SH "DESCRIPTION"
  13. .B nsd\-checkzone
  14. reads a DNS zone file and checks it for errors. It prints errors to
  15. stderr. On failure it exits with nonzero exit status.
  16. .P
  17. This is used to check files before feeding them to the nsd(8) daemon.
  18. .SH "OPTIONS"
  19. .TP
  20. .B \-h
  21. Print usage help information and exit.
  22. .TP
  23. .I zonename
  24. The name of the zone to check, eg. "example.com".
  25. .TP
  26. .I zonefile
  27. The file to read, eg. "zones/example.com.zone.signed".
  28. .SH "SEE ALSO"
  29. \fInsd\fR(8), \fInsd-checkconf\fR(8)
  30. .SH "AUTHORS"
  31. .B NSD
  32. was written by NLnet Labs and RIPE NCC joint team. Please see
  33. CREDITS file in the distribution for further details.