[fix] Use dyndns.yunohost.org instead of dynhost.yunohost.org

This commit is contained in:
Jérôme Lebleu 2016-03-26 14:15:49 +01:00
parent 39f4eb2aad
commit 0d9b8d9b3d
2 changed files with 2 additions and 2 deletions

View file

@ -1023,7 +1023,7 @@ dyndns:
arguments: arguments:
--dyn-host: --dyn-host:
help: Dynette DNS server to inform help: Dynette DNS server to inform
default: "dynhost.yunohost.org" default: "dyndns.yunohost.org"
-d: -d:
full: --domain full: --domain
help: Full domain to update help: Full domain to update

View file

@ -90,7 +90,7 @@ def dyndns_subscribe(subscribe_host="dyndns.yunohost.org", domain=None, key=None
dyndns_installcron() dyndns_installcron()
def dyndns_update(dyn_host="dynhost.yunohost.org", domain=None, key=None, ip=None): def dyndns_update(dyn_host="dyndns.yunohost.org", domain=None, key=None, ip=None):
""" """
Update IP on DynDNS platform Update IP on DynDNS platform