Merge pull request #4 from droe/bug/sf/71
Only delete A RR, not any RR for the FQDN
This commit is contained in:
commit
f9eb398c51
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
@ -3854,7 +3854,7 @@ zone $zone.
|
||||||
EoINSTR1
|
EoINSTR1
|
||||||
foreach (@hosts) {
|
foreach (@hosts) {
|
||||||
$instructions .= <<EoINSTR2;
|
$instructions .= <<EoINSTR2;
|
||||||
update delete $_.
|
update delete $_. A
|
||||||
update add $_. $config{$_}{'ttl'} A $ip
|
update add $_. $config{$_}{'ttl'} A $ip
|
||||||
EoINSTR2
|
EoINSTR2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue