mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Use dyndns.yunohost.org instead of dynhost.yunohost.org
This commit is contained in:
parent
39f4eb2aad
commit
0d9b8d9b3d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue