diff --git a/bin/exporter.pl b/bin/exporter.pl index da617e1a8..31fa32e14 100755 --- a/bin/exporter.pl +++ b/bin/exporter.pl @@ -72,8 +72,9 @@ $type =~ s/\s+//g; my %args; if ( $type eq 'BIND' ){ - %args = (nopriv => $self{nopriv}, - force => $self{force}, + %args = (nopriv_txt => $self{nopriv}, + nopriv_hinfo => $self{nopriv}, + force => $self{force}, ); if ( $self{zones} ){ my @zones = split ',', $self{zones};