Jump to first page
 -95
TSIG configuration step 4
n4. Configure your server to require the key for zone transfers
uUse the key statement to configure the key
uUse the allow-transfer statement in the zone statement to indicate which keys are allowed transfer
zone Óripe.net" {
        type master;
        file "zones/ripe.net.";
        allow-transfer { key me-friend ; };
        notify yes;
};