ldns
ldns copied to clipboard
ldns tools do not support $INCLUDE in zone files
The following tools are not supporting the $INCLUDE directive (version 1.7.1):
- ldns-read-zone
- ldns-gen-zone
- ldns-signzone
Isn't ldns supposed to be compliant to rfc1035? There is no error, no warning, the $INCLUDE directive gets silently ignored. Is there another tool I'm supposed to use in order to compile a zone file when signing it? (I'm using nsd for the DNS server, I did not find such a compile zonefile tool within nsd)
Is it possible to make it signing files added with $INCLUDE?
Until $INCLUDE is supported by ldns you might want to use a wrapper like this (which requires this script to do the actual handling of the $INCLUDE control entries).