From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ddns@lists.ipfire.org Subject: Re: [PATCH 1/2] Add new provider INWX (https://www.inwx.com) Date: Tue, 24 Sep 2019 11:31:41 +0100 Message-ID: In-Reply-To: <20190924085834.8080-1-ipfire@starkstromkonsument.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0465835398417118599==" List-Id: --===============0465835398417118599== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Okay, I will just ack this again. Acked-by: Michael Tremer > On 24 Sep 2019, at 09:58, Alexander Koch = wrote: >=20 > This includes: >=20 > - inwx.com > - inwx.de > - inwx.at > - inwx.ch > - inwx.es >=20 > Signed-off-by: Alexander Koch > --- > README | 1 + > src/ddns/providers.py | 13 +++++++++++++ > 2 files changed, 14 insertions(+) >=20 > diff --git a/README b/README > index b0601a0..0f2798e 100644 > --- a/README > +++ b/README > @@ -68,6 +68,7 @@ SUPPORTED PROVIDERS: > enom.com > entrydns.net > freedns.afraid.org > + inwx.com|de|at|ch|es > itsdns.de > joker.com > loopia.se > diff --git a/src/ddns/providers.py b/src/ddns/providers.py > index 4ffd8bf..dfa4023 100644 > --- a/src/ddns/providers.py > +++ b/src/ddns/providers.py > @@ -1129,6 +1129,19 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider): > raise DDNSUpdateError >=20 >=20 > +class DDNSProviderItsdns(DDNSProtocolDynDNS2, DDNSProvider): > + handle =3D "inwx.com" > + name =3D "INWX" > + website =3D "https://www.inwx.com" > + protocols =3D ("ipv6", "ipv4") > + > + # Information about the format of the HTTP request is to be found > + # here: https://www.inwx.com/en/nameserver2/dyndns (requires login) > + # Notice: The URL is the same for: inwx.com|de|at|ch|es > + > + url =3D "https://dyndns.inwx.com/nic/update" > + > + > class DDNSProviderItsdns(DDNSProtocolDynDNS2, DDNSProvider): > handle =3D "itsdns.de" > name =3D "it's DNS" > --=20 > 2.17.1 >=20 > _______________________________________________ > ddns mailing list > ddns(a)lists.ipfire.org > https://lists.ipfire.org/mailman/listinfo/ddns --===============0465835398417118599==--