Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > da5215faf967679904623e7047107846 > files > 42

bind-9.8.3P2-1.mga1.src.rpm

// $Id: rndc.conf 80849 2007-09-06 11:56:48Z oden $
// $HeadURL: svn+ssh://svn.mandriva.com/svn/packages/cooker/bind/current/SOURCES/rndc.conf $

key mykey {
    algorithm hmac-md5;
    secret "_MY_KEY_";
};

options {
    default-key mykey;
    default-server 127.0.0.1;
    default-port 953;
};