]> git.ipfire.org Git - oddments/ddns.git/commitdiff
nsupdate.info: Fix website URL.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Sep 2014 05:55:12 +0000 (07:55 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Sep 2014 05:55:12 +0000 (07:55 +0200)
src/ddns/providers.py

index 2309257cde2cc8f243e7c3a9122d53cd9a5f01c6..6e60f975db93b2b07a4a537ae981f2c6da9bed23 100644 (file)
@@ -797,11 +797,11 @@ class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider):
 class DDNSProviderNsupdateINFO(DDNSProtocolDynDNS2, DDNSProvider):
        handle    = "nsupdate.info"
        name      = "nsupdate.info"
-       website   = "http://www.nsupdate.info/"
+       website   = "http://nsupdate.info/"
        protocols = ("ipv6", "ipv4",)
 
        # Information about the format of the HTTP request can be found
-       # after login on the provider user intrface and here:
+       # after login on the provider user interface and here:
        # http://nsupdateinfo.readthedocs.org/en/latest/user.html
 
        # Nsupdate.info uses the hostname as user part for the HTTP basic auth,