From daa5532dba084cb5d6cbb8ff632903bea8db57bd Mon Sep 17 00:00:00 2001 From: lwch Date: Fri, 15 Oct 2021 16:21:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/client.yaml b/conf/client.yaml index 90f92c1..594dd04 100644 --- a/conf/client.yaml +++ b/conf/client.yaml @@ -1,9 +1,9 @@ id: this # 客户端ID server: 127.0.0.1:6154 # 服务器地址 dashboard: # web面板 - enabled: true # 是否开放dashboard + enabled: true # 是否开放dashboard listen: 0.0.0.0 # 监听地址 - port: 8080 # 监听端口号 + port: 8080 # 监听端口号 #include conf.d/*.yaml tunnel: # tunnel列表 #include tunnel.d/*.yaml \ No newline at end of file