public inbox for ddns@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] add new provider it's DNS (https://www.itsdns.de)
@ 2019-05-25 21:48 Jan Stalhut
  2019-05-26  9:30 ` Michael Tremer
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Stalhut @ 2019-05-25 21:48 UTC (permalink / raw)
  To: ddns

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

---
  README                |  1 +
  src/ddns/providers.py | 10 ++++++++++
  2 files changed, 11 insertions(+)

diff --git a/README b/README
index d170858..1c5ffd6 100644
--- a/README
+++ b/README
@@ -67,6 +67,7 @@ SUPPORTED PROVIDERS:
         enom.com
         entrydns.net
         freedns.afraid.org
+       itsdns.de
         joker.com
         loopia.se
         myonlineportal.net
diff --git a/src/ddns/providers.py b/src/ddns/providers.py
index ea723e5..a9a0b03 100644
--- a/src/ddns/providers.py
+++ b/src/ddns/providers.py
@@ -1108,6 +1108,16 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider):
                 # If we got here, some other update error happened.
                 raise DDNSUpdateError

+class DDNSProviderItsdns(DDNSProtocolDynDNS2, DDNSProvider):
+        handle    = "itsdns.de"
+        name      = "it's DNS"
+        website   = "http://www.itsdns.de/"
+        protocols = ("ipv6", "ipv4")
+
+        # Information about the format of the HTTP request is to be
+        # found here: https://www.itsdns.de/dynupdatehelp.htm
+
+        url = "https://www.itsdns.de/update.php"

  class DDNSProviderJoker(DDNSProtocolDynDNS2, DDNSProvider):
                 handle  = "joker.com"
-- 
2.17.1

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

end of thread, other threads:[~2019-07-04 18:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-25 21:48 [PATCH] add new provider it's DNS (https://www.itsdns.de) Jan Stalhut
2019-05-26  9:30 ` Michael Tremer
2019-05-26 21:01   ` Jan Stalhut
2019-05-27 15:29     ` Michael Tremer
2019-07-03 11:33       ` Jan Stalhut
2019-07-04 18:35         ` Michael Tremer

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