From e17b1d96b1d5347a3fbebc0d007a900dbe058337 Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Wed, 25 Jun 2014 11:49:23 +0200 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/ --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index 7081ffd..ccefe1a 100755 --- a/ddclient +++ b/ddclient @@ -3854,7 +3854,7 @@ zone $zone. EoINSTR1 foreach (@hosts) { $instructions .= <