Current File : //etc/rndc.conf
key "rndc-key" {
	algorithm hmac-md5;
	secret "xAMESDr/XEB9RrAjapNytQ==";
};

options {
        default-key "rndc-key";
        default-server 127.0.0.1;
        default-port 953;
};