From: Michael Tremer <michael.tremer@ipfire.org>
To: ddns@lists.ipfire.org
Subject: [PATCH] Add support for DuckDNS
Date: Fri, 15 Jan 2016 01:05:22 +0000 [thread overview]
Message-ID: <1452819922-6534-1-git-send-email-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]
Fixes #11015
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
README | 1 +
src/ddns/providers.py | 12 ++++++++++++
2 files changed, 13 insertions(+)
diff --git a/README b/README
index 9e924a18c6fd..d8027a441f8a 100644
--- a/README
+++ b/README
@@ -58,6 +58,7 @@ SUPPORTED PROVIDERS:
domains.google.com
domopoli.de
dtdns.com
+ duckdns.org
dyndns.org
dyns.cx|net
dynu.com
diff --git a/src/ddns/providers.py b/src/ddns/providers.py
index 3845193bcea0..cba77849c465 100644
--- a/src/ddns/providers.py
+++ b/src/ddns/providers.py
@@ -816,6 +816,18 @@ class DDNSProviderDtDNS(DDNSProvider):
raise DDNSUpdateError
+class DDNSProviderDuckDNS(DDNSProtocolDynDNS2, DDNSProvider):
+ handle = "duckdns.org"
+ name = "Duck DNS"
+ website = "http://www.duckdns.org/"
+ protocols = ("ipv4",)
+
+ # Information about the format of the request is to be found
+ # https://www.duckdns.org/install.jsp
+
+ url = "https://www.duckdns.org/nic/update"
+
+
class DDNSProviderDynDNS(DDNSProtocolDynDNS2, DDNSProvider):
handle = "dyndns.org"
name = "Dyn"
--
2.4.3
reply other threads:[~2016-01-15 1:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1452819922-6534-1-git-send-email-michael.tremer@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