Update README_zh.md

This commit is contained in:
杨黄林
2023-09-04 16:11:21 +08:00
committed by GitHub
parent fbadd44af5
commit 4413eb3571

View File

@@ -139,15 +139,15 @@ remote_port = 6000
+ 2、在目录 `/root/frps-multiuser` 下 用命令创建文件:`touch frps-multiuser.service`。创建后修改文件内容: + 2、在目录 `/root/frps-multiuser` 下 用命令创建文件:`touch frps-multiuser.service`。创建后修改文件内容:
```ini ```ini
[Unit] [Unit]
# 服务名称,可自定义
Description = frp multiuser service Description = frp multiuser service
After = network.target syslog.target After = network.target syslog.target
Wants = network.target Wants = network.target
[Service] [Service]
Type = simple Type = simple
# 启动frps-multiuser的配置文件路径需修改为您的frps-multiuser.ini的路径
Environment=FRPS_MULTIUSER_OPTS="-c /root/frps-multiuser/frps-multiuser.ini" Environment=FRPS_MULTIUSER_OPTS="-c /root/frps-multiuser/frps-multiuser.ini"
# 启动frps的命令需修改为您的frps的安装路径 # 启动frps-multiuser的命令需修改为您的frps-multiuser的安装路径
ExecStart = /root/frps-multiuser/frps-multiuser $FRPS_MULTIUSER_OPTS ExecStart = /root/frps-multiuser/frps-multiuser $FRPS_MULTIUSER_OPTS
[Install] [Install]
@@ -168,4 +168,4 @@ ___如果要从外网访问管理界面, 需要把配置中的 `plugin_addr` 改
+ [frp](https://github.com/fatedier/frp) + [frp](https://github.com/fatedier/frp)
+ [fp-multiuser](https://github.com/gofrp/fp-multiuser) + [fp-multiuser](https://github.com/gofrp/fp-multiuser)
+ [layui](https://github.com/layui/layui) + [layui](https://github.com/layui/layui)
+ [layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark) + [layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark)