From 1155d4e43e86c04878ac69efd66492e88c3d2a7f Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Sun, 1 Feb 2026 15:34:33 -0500 Subject: [PATCH] slave is replaced with foreign --- bin/sync-unified-master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';