Only single zone file is fed into named-compilezone via stdin. This disallows the inclusion of zonelets and any attempt to include a file will mostly fail.
Possible solutions include:
- custom preprocessor for
$INCLUDE directives
- checking out the whole repository into a temporary directory and calling
named-compilezone on standard files
Only single zone file is fed into
named-compilezonevia stdin. This disallows the inclusion of zonelets and any attempt to include a file will mostly fail.Possible solutions include:
$INCLUDEdirectivesnamed-compilezoneon standard files