<div dir="ltr"><br><div>It looks to me like named-checkzone isn't able to read a zone file from stdin.  </div><div><br></div><div>% cat example.com.db | named-checkzone <a href="http://example.com">example.com</a> -<br>zone <a href="http://example.com/IN">example.com/IN</a>: loading from master file - failed: file not found<br>zone <a href="http://example.com/IN">example.com/IN</a>: not loaded due to errors.</div><div><br></div><div>% cat example.com.db | named-checkzone <a href="http://example.com">example.com</a><br>usage: named-checkzone [-djqvD] [-c class] [-f inputformat] [-F outputformat] [-J filename] [-t directory] [-w directory] [-k (ignore|warn|fail)] [-n (ignore|warn|fail)] [-m (ignore|warn|fail)] [-r (ignore|warn|fail)] [-i (full|full-sibling|local|local-sibling|none)] [-M (ignore|warn|fail)] [-S (ignore|warn|fail)] [-W (ignore|warn)] [-o filename] zonename filename<br></div><div><br></div><div>If I'm missing something in the man page, could someone provide me with the appropriate clue?  If it's not, what are the chances this feature could show up in a future version?</div><div><br></div><div>In my particular case this would help with reading in zones stored as compressed files, so that I can pipe the decompression directly into named-checkzone without having to do an extra write to disk.  I can imagine it may be useful to others, in different situations, as well.</div></div>