diff --git a/bin/sync-unified-master b/bin/sync-unified-master index 3cd58a2..6a08842 100755 --- a/bin/sync-unified-master +++ b/bin/sync-unified-master @@ -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';