From 0d9b8d9b3d4680473b56fd95a3b9d4b1a80db55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 26 Mar 2016 14:15:49 +0100 Subject: [PATCH] [fix] Use dyndns.yunohost.org instead of dynhost.yunohost.org --- data/actionsmap/yunohost.yml | 2 +- lib/yunohost/dyndns.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index 190104238..f14973497 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -1023,7 +1023,7 @@ dyndns: arguments: --dyn-host: help: Dynette DNS server to inform - default: "dynhost.yunohost.org" + default: "dyndns.yunohost.org" -d: full: --domain help: Full domain to update diff --git a/lib/yunohost/dyndns.py b/lib/yunohost/dyndns.py index 231954b84..b12d50484 100644 --- a/lib/yunohost/dyndns.py +++ b/lib/yunohost/dyndns.py @@ -90,7 +90,7 @@ def dyndns_subscribe(subscribe_host="dyndns.yunohost.org", domain=None, key=None 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