From 26b7e15572d15f03aeb3e30c826f292e2c6fd104 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 01 Jan 2020 20:56:40 +0800 Subject: [PATCH] update app_ddns --- app_ddns/ddns.conf | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app_ddns/ddns.conf b/app_ddns/ddns.conf index 2210c52..7c79ec0 100644 --- a/app_ddns/ddns.conf +++ b/app_ddns/ddns.conf @@ -2,11 +2,20 @@ [common] domain="studio.iot-yun.club" +#[host0] +#comment="localhost" +#ip=127.0.0.1 +#port=10001 + [host1] -ip=47.74.239.156 +comment="tencent" +ip=122.51.234.174 port=10001 [host2] -ip=122.51.234.174 +comment="aliyun" +ip=47.74.239.156 port=10001 + + -- Gitblit v1.9.1