X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fddns%2Fproviders.py;h=a57dc8496c32d0f282e7cf4d5a133bb7cdf610d5;hb=807135018150aeef49368a8211d2001347fc2226;hp=a9893b86213f3784b7a2bb248ec13b33badd4836;hpb=8e4562246cc29df2bfef19728cbd95bb5b470731;p=people%2Fstevee%2Fddns.git diff --git a/src/ddns/providers.py b/src/ddns/providers.py index a9893b8..a57dc84 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -841,11 +841,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,