]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable named-checkzone and named-compilezone to take input from stdin
authorDiego Fronza <diego@isc.org>
Thu, 7 Nov 2019 18:28:42 +0000 (15:28 -0300)
committerDiego Fronza <diego@isc.org>
Thu, 20 Feb 2020 14:19:13 +0000 (11:19 -0300)
commit63c88f4a04154c00b7f63a3a3e7274b9cfcfd160
treeea8cad8e01a64339f9f573bdf0105a0102597771
parent121e9ddf97333b6e568ade2c75345fa21e27c95e
Enable named-checkzone and named-compilezone to take input from stdin

If a filename (the last argument) is not provided for named-checkzone or
named-compilezone, or if it is a single dash "-" character,
zone data will be read from stdin.

Example of invocation:
cat /etc/zone_name.db | named-compilezone -f text -F raw \
    -o zone_name.raw zone_name
bin/check/check-tool.c
bin/check/named-checkzone.c
lib/dns/include/dns/zone.h
lib/dns/win32/libdns.def.in
lib/dns/zone.c