]> git.ipfire.org Git - oddments/ddns.git/commitdiff
Add empty lines between api documentation and the update url.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 23 Jun 2014 17:24:50 +0000 (19:24 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 23 Jun 2014 17:24:50 +0000 (19:24 +0200)
src/ddns/providers.py

index 99da4bf00ca89efeda1497f50ce92c852da7c138..6945423690517603484b0ceab53dfba593ab0ec6 100644 (file)
@@ -183,6 +183,7 @@ class DDNSProviderDHS(DDNSProvider):
 
        # No information about the used update api provided on webpage,
        # grabed from source code of ez-ipudate.
 
        # No information about the used update api provided on webpage,
        # grabed from source code of ez-ipudate.
+
        url = "http://members.dhs.org/nic/hosts"
 
        def update(self):
        url = "http://members.dhs.org/nic/hosts"
 
        def update(self):
@@ -214,6 +215,7 @@ class DDNSProviderDNSpark(DDNSProvider):
 
        # Informations to the used api can be found here:
        # https://dnspark.zendesk.com/entries/31229348-Dynamic-DNS-API-Documentation
 
        # Informations to the used api can be found here:
        # https://dnspark.zendesk.com/entries/31229348-Dynamic-DNS-API-Documentation
+
        url = "https://control.dnspark.com/api/dynamic/update.php"
 
        def update(self):
        url = "https://control.dnspark.com/api/dynamic/update.php"
 
        def update(self):
@@ -261,6 +263,7 @@ class DDNSProviderDtDNS(DDNSProvider):
 
        # Information about the format of the HTTPS request is to be found
        # http://www.dtdns.com/dtsite/updatespec
 
        # Information about the format of the HTTPS request is to be found
        # http://www.dtdns.com/dtsite/updatespec
+
        url = "https://www.dtdns.com/api/autodns.cfm"
 
        def update(self):
        url = "https://www.dtdns.com/api/autodns.cfm"
 
        def update(self):
@@ -315,6 +318,7 @@ class DDNSProviderDynDNS(DDNSProvider):
        # Information about the format of the request is to be found
        # http://http://dyn.com/support/developers/api/perform-update/
        # http://dyn.com/support/developers/api/return-codes/
        # Information about the format of the request is to be found
        # http://http://dyn.com/support/developers/api/perform-update/
        # http://dyn.com/support/developers/api/return-codes/
+
        url = "https://members.dyndns.org/nic/update"
 
        def _prepare_request_data(self):
        url = "https://members.dyndns.org/nic/update"
 
        def _prepare_request_data(self):
@@ -438,6 +442,7 @@ class DDNSProviderLightningWireLabs(DDNSProvider):
 
        # Information about the format of the HTTPS request is to be found
        # https://dns.lightningwirelabs.com/knowledge-base/api/ddns
 
        # Information about the format of the HTTPS request is to be found
        # https://dns.lightningwirelabs.com/knowledge-base/api/ddns
+
        url = "https://dns.lightningwirelabs.com/update"
 
        def update(self):
        url = "https://dns.lightningwirelabs.com/update"
 
        def update(self):