From 9912a765dd68e197ffe0d8c9c7e6f4a3f161219a Mon Sep 17 00:00:00 2001 From: wimpunk Date: Mon, 30 Jun 2014 19:20:35 +0000 Subject: [PATCH] Only delete A RR, not any RR for the FQDN Make the delete command specific to A RRs. This prevents ddclient from deleting other RRs unrelated to the dynamic address, but on the same FQDN. This can be specifically a problem with KEY RRs when using SIG(0) instead of symmetric keys. Reported by: Wellie Chao Bug report: http://sourceforge.net/p/ddclient/bugs/71/ Fixes #71 git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@164 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index 9a4a2f1..6205618 100755 --- a/ddclient +++ b/ddclient @@ -3854,7 +3854,7 @@ zone $zone. EoINSTR1 foreach (@hosts) { $instructions .= <