From: Michael Tremer <michael.tremer@ipfire.org>
To: ddns@lists.ipfire.org
Subject: Re: [PATCH] Schockokeks.org: Fix malformed update URL.
Date: Fri, 28 Oct 2016 13:30:39 +0100 [thread overview]
Message-ID: <1477657839.9760.60.camel@ipfire.org> (raw)
In-Reply-To: <1477650920-2607-1-git-send-email-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]
Thanks for correcting this.
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
On Fri, 2016-10-28 at 12:35 +0200, Stefan Schantl wrote:
> * Move Provider Class into correct alphabetical order.
>
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> src/ddns/providers.py | 23 +++++++++++------------
> 1 file changed, 11 insertions(+), 12 deletions(-)
>
> diff --git a/src/ddns/providers.py b/src/ddns/providers.py
> index c482dad..2c30d42 100644
> --- a/src/ddns/providers.py
> +++ b/src/ddns/providers.py
> @@ -1424,6 +1424,17 @@ class DDNSProviderRegfish(DDNSProvider):
> raise DDNSUpdateError
>
>
> +class DDNSProviderSchokokeksDNS(DDNSProtocolDynDNS2, DDNSProvider):
> + handle = "schokokeks.org"
> + name = "Schokokeks"
> + website = "http://www.schokokeks.org/"
> + protocols = ("ipv4",)
> +
> + # Information about the format of the request is to be found
> + # https://wiki.schokokeks.org/DynDNS
> + url = "https://dyndns.schokokeks.org/nic/update"
> +
> +
> class DDNSProviderSelfhost(DDNSProtocolDynDNS2, DDNSProvider):
> handle = "selfhost.de"
> name = "Selfhost.de"
> @@ -1687,15 +1698,3 @@ class DDNSProviderZZZZ(DDNSProvider):
>
> # If we got here, some other update error happened.
> raise DDNSUpdateError
> -
> -class DDNSProviderSchokokeksDNS(DDNSProtocolDynDNS2, DDNSProvider):
> - handle = "schokokeks.org"
> - name = "Schokokeks"
> - website = "http://www.schokokeks.org/"
> - protocols = ("ipv4",)
> -
> - # Information about the format of the request is to be found
> - # https://wiki.schokokeks.org/DynDNS
> -
> - url = "https://dyndns.schokokeks.org/nic/update?myip=<ipaddr>;"
> -
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-10-28 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-28 10:35 Stefan Schantl
2016-10-28 12:30 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477657839.9760.60.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=ddns@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox