]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/providers.py
Add Udmedia as new provider.
[oddments/ddns.git] / src / ddns / providers.py
index acd0253170cacef460799ba39289c7c0bbeb9a41..c027c3945b94403a8e9e5d69cc883af5be1af40d 100644 (file)
@@ -782,6 +782,20 @@ class DDNSProviderSPDNS(DDNSProviderDynDNS):
        url = "https://update.spdns.de/nic/update"
 
 
+class DDNSProviderUdmedia(DDNSProviderDynDNS):
+       INFO = {
+               "handle"    : "udmedia.de",
+               "name"      : "Udmedia GmbH",
+               "website"   : "http://www.udmedia.de",
+               "protocols" : ["ipv4",]
+       }
+
+       # Information about the request can be found here
+       # http://www.udmedia.de/faq/content/47/288/de/wie-lege-ich-einen-dyndns_eintrag-an.html
+
+       url = "https://www.udmedia.de/nic/update"
+
+
 class DDNSProviderVariomedia(DDNSProviderDynDNS):
        INFO = {
                "handle"   : "variomedia.de",