Add rndc support
- Add an utility function to the Stork agent to invoke rndc without having to repeat
rndc
,-k
and the key location. - Retrieve
rndc
credentials fromnamed.conf
file. - Create an interface for interacting with
rndc
, so as it can be replaced with somerndc
mocking object that will be useful in unit testing.