Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 019a159739c205369c02e3bffac6066e > files > 43

bind-9.8.1P1-1.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;
};