Skip to content

Commit

Permalink
更新Frp内网穿透搭建
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 30, 2018
1 parent 5ad0c74 commit b479089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CentOS/Frp内网穿透搭建.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ token = frpss

```bash
# 服务在后台运行
# nohup 保障进程不会被hangup信号异常中断;
nohup ./frps -c frps.ini >> frps.log 2>&1 &
./frps -c frps.ini >> frps.log 2>&1 &
```

Expand Down

0 comments on commit b479089

Please sign in to comment.