Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 73cc5cca30fc6454d949114efc01c729 > files > 45

bind-9.5.0-6mdv2009.0.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;
};