From mboxrd@z Thu Jan 1 00:00:00 1970 From: 5p9 <5p9@ipfire.org> To: development@lists.ipfire.org Subject: Re: SPDNS DDNS Update Date: Tue, 07 Jun 2016 16:38:50 +0200 Message-ID: In-Reply-To: <1465310109.24121.112.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1902083321406688825==" List-Id: --===============1902083321406688825== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, i change it manually in the py and run perfect, thx for your update ;) Thomas Am 07.06.2016 um 16:35 schrieb Michael Tremer: > Please test this: > > http://lists.ipfire.org/pipermail/ddns/2016-June/000024.html > > On Tue, 2016-06-07 at 16:28 +0200, 5p9 wrote: >> Hi, >> >> sorry, i dont have a git-system in the moment to send a patch for this >> modification :( >> >> BR, Thomas >> >> Am 07.06.2016 um 16:24 schrieb Michael Tremer: >>> >>> Would you want to send a patch for this? >>> >>> On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote: >>>> >>>> Hi @ all, >>>> >>>> please change spdns url in line 1456 >>>> /usr/lib/python2.7/site-packages/ddns/providers.py script. >>>> >>>> https://github.com/ipfire/ddns/blob/master/src/ddns/providers.py >>>> >>>> >>>> >>>> from old update setting: >>>> >>>> url = "https://update.spdns.de/nic/update" >>>> >>>> @property >>>> def username(self): >>>> return self.get("username") or self.hostname >>>> >>>> @property >>>> def password(self): >>>> return self.get("password") or self.token >>>> >>>> to the new update setting: >>>> >>>> url = "https://update.spdyn.de/nic/update" >>>> >>>> @property >>>> def username(self): >>>> return self.get("username") or self.hostname >>>> >>>> @property >>>> def password(self): >>>> return self.get("password") or self.token >>>> >>>> big thx, 5p9 --===============1902083321406688825==--