I've noticed that on some occasions, when I run rndc reload foobar.com
, it'll validate the domain -- it'll give me an error if there is one, for example:
rndc: 'reload' failed: multiple RRs of singleton type
... or ...
rndc: 'reload' failed: not a valid number
... which is good.
However, some times, rndc
will say:
rndc: zone reload queued
... and the error will only be logged.
Is it possible to have rndc always validate on reload? The reason being, when my application updates a zone, it runs rndc to reload the zone and assumes that it will fail if the zone is invalid. However, it only does this some times.