From 5c07107b73c234ef1f80a92abe795bf3f5c7050f Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 01 Jan 2020 21:32:29 +0800 Subject: [PATCH] update ddns client, server and configure file --- app_ddns/ddns.conf | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app_ddns/ddns.conf b/app_ddns/ddns.conf index 7c79ec0..0045da4 100644 --- a/app_ddns/ddns.conf +++ b/app_ddns/ddns.conf @@ -1,6 +1,7 @@ [common] -domain="studio.iot-yun.club" +id="MasterServer" +domain="master.iot-yun.club" #[host0] #comment="localhost" @@ -12,10 +13,10 @@ ip=122.51.234.174 port=10001 -[host2] -comment="aliyun" -ip=47.74.239.156 -port=10001 +#[host2] +#comment="aliyun" +#ip=47.74.239.156 +#port=10001 -- Gitblit v1.9.1