Pass IPv6 address to postscript application (if present)
This commit is contained in:
parent
53d81eba97
commit
364c908753
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
|
@ -996,7 +996,7 @@ sub update_nics {
|
|||
if (@hosts) {
|
||||
$0 = sprintf("%s - updating %s", $program, join(',', @hosts));
|
||||
&$update(@hosts);
|
||||
runpostscript(join ' ', keys %ips);
|
||||
runpostscript(join ' ', keys %ips, keys %ipsv6);
|
||||
}
|
||||
}
|
||||
foreach my $h (sort keys %config) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue