[nsd-users] nsd don't notice changes includes

Andreas Schulze sca at andreasschulze.de
Tue Feb 24 20:20:22 UTC 2015


Hello

I run a nameserver for one zone. Let'n name it example.org.

nsd.conf:
	zone:
	  name: "example.org."
	  zonefile: /path/to/zone_header

zone_header contain the SOA and NS records. The "real" data are included.

zone_header:
	example.org.	SOA...
	example.org.	NS ...
	$INCLUDE /path/to/dynamic_data

if the file /path/to/dynamic_data is updated I run "nsd-control reload example.org"
But nsd simply log something like "/path/to/zone_header is unchanged"
and do *not* reload new data from /path/to/dynamic_data.

Is that a bug or a `feature` ?
Any hints to workaround ?

Thanks
Andreas



More information about the nsd-users mailing list