slave is replaced with foreign

This commit is contained in:
2026-02-01 15:34:33 -05:00
parent e62739c7b0
commit 1155d4e43e

View File

@@ -59,8 +59,8 @@ for my $r (@all) {
# Skip the control plane itself
next if $r->{zone} eq 'private.invalid';
# Skip explicitly slave-only records
next if defined($r->{type}) && $r->{type} eq '_pureslave';
# Skip explicitly foreign records
next if defined($r->{type}) && $r->{type} eq '_foreign';
# Skip config records (not BIND zones)
next if defined($r->{type}) && $r->{type} eq '_config';