ldns icon indicating copy to clipboard operation
ldns copied to clipboard

ldns tools do not support $INCLUDE in zone files

Open ganguin opened this issue 5 years ago • 2 comments

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)

ganguin avatar Feb 19 '20 17:02 ganguin

Is it possible to make it signing files added with $INCLUDE?

mzary avatar Mar 18 '21 22:03 mzary

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).

jukk4 avatar Dec 12 '22 15:12 jukk4