Skip Menu |

This queue is for tickets about the DNS-ZoneEdit CPAN distribution.

Report information
The Basics
Id: 62472
Status: resolved
Priority: 0/
Queue: DNS-ZoneEdit

People
Owner: EGILES [...] cpan.org
Requestors: renaud.bompuis [...] orientalblue.hk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.01
  • 0.02
  • 0.03
Fixed in: (no value)



Subject: Issue when updating 2nd-level subdomains
Hi, The current DNS::ZoneEdit (v0.03) module does not work when updating secondary subdomains such as gateway.city.example.com Updating the IP returns success but the host IP is not actually updated or the change not correctly propagated to the DNS servers. This is a known issue with ZoneEdit and it is not mentioned on their website but I opened a ticket and got the following answer from them: ----- Hello again, To update something like gateway.city.example.com, you will need to use a different update string. http://dynamic.zoneedit.com/auth/dynamic.html?zones=example.com&host=gateway.city.example.com Please let us know if there is anything else we can help you with. Regards, Customer Care ----- It would be useful if the code of the DNS::ZoneEdit module could be updated to use this update mechanism instead. Thanks a lot. Take care, Renaud Bompuis
I have made a change to the DNS::ZoneEdit module based on this ticket, and released version 0.04. You can now pass a 'tld' parameter in the call to the update method and it will be sent through to the zoneedit servers in the 'zones' part of the query. It is a little difficult to test because (as you mention in your report) it is undocumented by zoneedit, so I don't actually KNOW that I have resolved your issue. If this change doesn't help, please feel free to repoen this ticket with another description of what is required.. Good luck -- Evan Giles
Subject: Re: [rt.cpan.org #62472] Issue when updating 2nd-level subdomains
Date: Mon, 01 Nov 2010 09:19:57 +0800
To: bug-DNS-ZoneEdit [...] rt.cpan.org
From: Renaud Bompuis <renaud.bompuis [...] orientalblue.hk>
Thanks a lot for fixing the issue. Will let you know if we run into any issues. Take care, Renaud BOMPUIS Director Oriental Blue Consulting Ltd 1104 Kai Wong Commercial Building 224-226 Queen's Road Central Sheung Wan - Hong Kong Tel: +852 2543 7383 Fax: +852 2543 7363 Mobile: +852 6296 7985 renaud.bompuis@orientalblue.hk Skype: renaud_hk On 01/11/2010 03:53, Evan Giles via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=62472> > > I have made a change to the DNS::ZoneEdit module based on this ticket, > and released version 0.04. > > You can now pass a 'tld' parameter in the call to the update method and > it will be sent through to the zoneedit servers in the 'zones' part of > the query. > > It is a little difficult to test because (as you mention in your report) > it is undocumented by zoneedit, so I don't actually KNOW that I have > resolved your issue. If this change doesn't help, please feel free to > repoen this ticket with another description of what is required.. > > Good luck >