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 !
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to