From f9ebdde89c65c8aeb1eca23029ee6ccd392a8301 Mon Sep 17 00:00:00 2001 From: zhulj Date: Wed, 8 Jun 2022 17:29:12 +0800 Subject: [PATCH] :sparkles: --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9420cbb..332abe0 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ - 依赖Node.js环境 -- 建议使用**境外服务器(最好延迟低)**安装服务端,客户端信息监控与webssh功能都将以`该服务器作为跳板机` - - 占用端口:8082(http端口)、8083(https端口)、22022(客户端端口) +- 建议使用**境外服务器(最好延迟低)**安装服务端,客户端信息监控与webssh功能都将以`该服务器作为跳板机` + #### Docker镜像 > 注意:网速统计功能可能受限,预计v2.0版本修复 @@ -60,26 +60,18 @@ wget -N --no-check-certificate xxx && bash easynode-server-install.sh ### 客户端安装 -> 占用端口:22022 - -> 支持后续一键升级、支持重复安装 +- 占用端口:22022 +> 安装:支持后续一键升级 ```shell -# 国外环境 -wget -N --no-check-certificate xxx && bash easynode-client-install.sh +wget -N --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-install.sh && bash easynode-client-install.sh -# 国内环境 -wget -N --no-check-certificate xxx && bash easynode-client-install.sh ``` -> 卸载:无任何文件或服务残留 +> 卸载:无服务残留 ```shell -# 国外环境 -wget -N --no-check-certificate xxx && bash easynode-client-uninstall.sh - -# 国内环境 -wget -N --no-check-certificate xxx && bash easynode-client-uninstall.sh +wget -N --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-uninstall.sh && bash easynode-client-uninstall.sh ``` > 查看客户端日志