From cd10eef059e9d9c34c927f3ac53ac43f4a9716c1 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 06 Jun 2020 18:20:40 +0800
Subject: [PATCH] add TLV client database save and send support

---
 app_ddns/ddns.conf |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/app_ddns/ddns.conf b/app_ddns/ddns.conf
index 2210c52..0045da4 100644
--- a/app_ddns/ddns.conf
+++ b/app_ddns/ddns.conf
@@ -1,12 +1,22 @@
 
 [common]
-domain="studio.iot-yun.club"
+id="MasterServer"
+domain="master.iot-yun.club"
+
+#[host0]
+#comment="localhost"
+#ip=127.0.0.1
+#port=10001
 
 [host1]
-ip=47.74.239.156
-port=10001
-
-[host2]
+comment="tencent"
 ip=122.51.234.174
 port=10001
 
+#[host2]
+#comment="aliyun"
+#ip=47.74.239.156
+#port=10001
+
+
+

--
Gitblit v1.9.1