public inbox for ddns@lists.ipfire.org
 help / color / mirror / Atom feed
* ddns patches for desec.io provider support
@ 2015-07-29 18:13 Jonas
  2015-07-30 11:00 ` Michael Tremer
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas @ 2015-07-29 18:13 UTC (permalink / raw)
  To: ddns

[-- 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"

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-15 11:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 18:13 ddns patches for desec.io provider support Jonas
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox