Delegation question

Jean-Yves Avenard jyavenard at gmail.com
Fri Feb 4 11:28:03 UTC 2011


I changed:

zone "domain.com" {
        type master;
        file "internal/db.domain.com";
        check-names ignore;
        notify TRUE;
        allow-update { key "rndc-key"; };
};

to:
zone "domain.com" {
        type master;
        file "internal/db.domain.com";
        check-names ignore;
        notify TRUE;
        allow-update { key "rndc-key"; };
        // Cancel the forwarding for this authoritative domain.
        forwarders {
        };
};

and it's working !



More information about the bind-users mailing list