Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 830cad95204327cb6b235e5abc2ee65f > files > 48

bind-9.9.1.P2-1.mga2.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;
};