Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Aug 2, 2024
1 parent b27cb77 commit bdf77b1
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# socks5-for-serv00
Installation scripts for Socks5 on Serv00
给 serv00 & ct8 机器一键安装 socks5 & nezha-agent

## 一键脚本
- nohup模式
## 如何使用?

### nohup模式
- 一键安装 **新手小白用这个!**
```bash
bash <(curl -s https://raw.githubusercontent.com/cmliu/socks5-for-serv00/main/install-socks5.sh)
```

- pm2模式
----
### pm2模式
- 一键安装
```bash
bash <(curl -s https://raw.githubusercontent.com/cmliu/socks5-for-serv00/main/install-socks5-pm2.sh)
```

卸载pm2
- 一键卸载pm2
```bash
pm2 unstartup
pm2 delete all
npm uninstall -g pm2
pm2 unstartup && pm2 delete all && npm uninstall -g pm2
```

----
## Github Actions保活
添加 Secrets.`ACCOUNTS_JSON` 变量
```json
Expand All @@ -30,4 +32,4 @@ npm uninstall -g pm2
```

# 致谢
[RealNeoMan](https://github.com/Neomanbeta/ct8socks)[k0baya](https://github.com/k0baya)[eooce](https://github.com/eooce)
[RealNeoMan](https://github.com/Neomanbeta/ct8socks)[k0baya](https://github.com/k0baya/nezha4serv00)[eooce](https://github.com/eooce)

0 comments on commit bdf77b1

Please sign in to comment.