From c9f75e6b3028bc30e2cf47b685507a1d23f1e9a9 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Fri, 23 Aug 2024 16:15:20 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E6=8F=8F=E8=BF=B0=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e177a7..2d54589 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ docker run -d --net=host --restart=always -v /root/easynode/db:/easynode/app/db ``` 环境变量: - `DEBUG`: 启动debug日志 0:关闭 1:开启, 默认关闭 -- `ALLOWED_IPS`: 运行访问服务的IP, 多个使用逗号分隔, 例如: `-e ALLOWED_IPS=127.0.0.1,127.0.0.2` +- `ALLOWED_IPS`: 可以访问服务的IP白名单, 多个使用逗号分隔, 例如: `-e ALLOWED_IPS=127.0.0.1,127.0.0.2` ### 手动部署 @@ -85,7 +85,7 @@ curl -o- https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/ ## 开发 -1. 拉取代码,环境 `nodejs``>=20` +1. 拉取代码,环境 `nodejs>=20` 2. cd到项目根目录,`yarn install` 执行安装依赖 3. `yarn dev`启动项目 4. web: `http://localhost:18090/` @@ -102,7 +102,7 @@ curl -o- https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/ 首先声明,任何系统无法保障没有bug的存在,EasyNode也一样。 -面板提供了IP访问白名单配置, 可配合**iptables** 限制IP访问, 安全性将得到保障。如果需要更高级别的安全性,建议面板服务不要暴露到公网。 +面板提供访问此服务的IP白名单环境变量配置, 如需加强可以使用**iptables**进一步限制IP访问, 安全性将得到保障。如果需要更高级别的安全性,建议面板服务不要暴露到公网。 webssh与监控服务都将以`该服务器作为中转`。中国大陆用户建议使用香港、新加坡、日本、韩国等地区的低延迟服务器来安装服务端面板