diff --git a/manage-dns.pl b/manage-dns.pl index a6907bd..9bc6adb 100755 --- a/manage-dns.pl +++ b/manage-dns.pl @@ -137,7 +137,8 @@ sub reformat_data($$) { sub check_and_update_record($$$$$) { my ($zone, $data, $type, $host, $value) = @_; if(my $err = is_unsupported($type)) { - die ("Unable to process $host $type: $err"); + warn ("WARNING: Unable to process $host $type: $err"); + return; } # _info("Considering %s %s %s", $host, $type, $value);