From 40e4aee74fcac07cf0df0ba503f0b9bc67234259 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 12 Jul 2024 18:54:22 -0400 Subject: [PATCH] nsupdate: Add missing `tcp` to `group_hosts_by` attributes --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 947e811..455fe47 100755 --- a/ddclient.in +++ b/ddclient.in @@ -6004,7 +6004,7 @@ EoEXAMPLE ###################################################################### sub nic_nsupdate_update { debug("\nnic_nsupdate_update -------------------"); - my %groups = group_hosts_by(\@_, [qw(login password server zone wantipv4 wantipv6)]); + my %groups = group_hosts_by(\@_, [qw(login password server tcp zone wantipv4 wantipv6)]); for my $sig (keys %groups) { my @hosts = @{$groups{$sig}}; my $hosts = join(',', @hosts);