Hi,
I would like to selectively
# nsdc reload example.com example.org...
instead of all zones in my server. This is probably already being
included together with the dynamic zone management in nsd4, right?
Kind regards,
--Toni++
Hi,
I would like to selectively
# nsdc reload example.com example.org...
instead of all zones in my server. This is probably already being
included together with the dynamic zone management in nsd4, right?
Kind regards,
--Toni++
Hi Toni,
Hi,
I would like to selectively
# nsdc reload example.com example.org...
instead of all zones in my server. This is probably already being
included together with the dynamic zone management in nsd4, right?
Yes, and its implemented as
nsd-control reload example.com
nsd-control reload example.org
nsd-control reload -- checks if the zonefile timestamps have changed.
You can run this from svn/trunk of nsd (this is a test version in the
implementation of NSD4).
Best regards,
Wouter