Error with tag response in ZoneEdit
Brought to you by:
supersandro2000,
wimpunk
Hello. I use ZoneEdit and now server responses have changed. Now they have added a slash at the end of the tag. As a result of this wrong ip is saved in the cache of ddclient. I check the code and solves the problem by changing the line 2970. Change the regular expression as follows:
if ($line =~ /[<]<(SUCCESS|ERROR)\s+([\/]+)\/?>(.)/) {
That solves the problem. I send it for review.
Tnx for the feedback.
Could you post it as a patch?
Zoneedit change tag status
Hello again. Here attached the diff file.