From: Jonas <jonas@desec.io>
To: ddns@lists.ipfire.org
Subject: ddns patches for desec.io provider support
Date: Wed, 29 Jul 2015 20:13:28 +0200 [thread overview]
Message-ID: <55B917C8.4080708@desec.io> (raw)
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
Hi,
i'd like to add support for the desec.io
dyndns service.
It is DynDNS 2 compatible, so the patch is small.
Regards,
Jonas
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ddns.conf.sample.diff --]
[-- Type: text/x-patch, Size: 325 bytes --]
diff --git a/ddns.conf.sample b/ddns.conf.sample
index bc42319..3077f90 100644
--- a/ddns.conf.sample
+++ b/ddns.conf.sample
@@ -43,6 +43,11 @@
# username = user
# password = pass
+# [test.dedyn.io]
+# provider = desec.io
+# username = user
+# password = pass
+
# [test.dhs.org]
# provider = dhs.org
# username = user
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: providers.py.diff --]
[-- Type: text/x-patch, Size: 773 bytes --]
diff --git a/src/ddns/providers.py b/src/ddns/providers.py
index 6ac5564..253c562 100644
--- a/src/ddns/providers.py
+++ b/src/ddns/providers.py
@@ -652,6 +652,20 @@ class DDNSProviderDDNSS(DDNSProvider):
raise DDNSUpdateError
+class DDNSProviderDeSEC(DDNSProtocolDynDNS2, DDNSProvider):
+ handle = "desec.io"
+ name = "desec.io"
+ website = "https://www.desec.io"
+ protocols = ("ipv4", "ipv6")
+ can_remove_records = False
+
+ # ipv4 / ipv6 records are automatically removed when the update
+ # request originates from the respectively other protocol and no
+ # address is explicitly provided for the unused protocol.
+
+ url = "https://update.dedyn.io"
+
+
class DDNSProviderDHS(DDNSProvider):
handle = "dhs.org"
name = "DHS International"
next reply other threads:[~2015-07-29 18:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-29 18:13 Jonas [this message]
2015-07-30 11:00 ` Michael Tremer
2015-07-30 23:51 ` Jonas
2015-07-31 10:09 ` Michael Tremer
2015-08-31 16:11 ` Jonas
2015-08-31 16:37 ` Michael Tremer
2015-09-01 8:10 ` Nils Wisiol
2015-10-08 19:56 ` Jonas
2015-10-15 11:08 ` Michael Tremer
2015-10-15 11:24 ` Stefan Schantl
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=55B917C8.4080708@desec.io \
--to=jonas@desec.io \
--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