Skip to content
/ socks5-for-serv00 Public template
forked from cmliu/socks5-for-serv00

在 Serv00 和 CT8 机器上一步到位地安装和配置 SOCKS5 & nezha-agent,并将其用于 cmliu/edgetunnel 项目,帮助解锁 ChatGPT 等服务。通过一键脚本实现代理安装,使用 Crontab 保持进程活跃,并借助 GitHub Actions 实现帐号续期与自动化管理,确保长期稳定运行。

License

Notifications You must be signed in to change notification settings

boomho/socks5-for-serv00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socks5-for-serv00

Installation scripts for Socks5 on Serv00

一键脚本

  • nohup模式
bash <(curl -s https://raw.githubusercontent.com/cmliu/socks5-for-serv00/main/install-socks5.sh)
  • pm2模式
bash <(curl -s https://raw.githubusercontent.com/cmliu/socks5-for-serv00/main/install-socks5-pm2.sh)

卸载pm2

pm2 unstartup
pm2 delete all
npm uninstall -g pm2

Github Actions保活

添加 Secrets.ACCOUNTS_JSON 变量

[
  {"username": "cmliusss", "password": "7HEt(xeRxttdvgB^nCU6", "panel": "panel4.serv00.com", "ssh": "s4.serv00.com"},
  {"username": "cmliussss2018", "password": "4))@cRP%HtN8AryHlh^#", "panel": "panel7.serv00.com", "ssh": "s7.serv00.com"},
  {"username": "4r885wvl", "password": "%Mg^dDMo6yIY$dZmxWNy", "panel": "panel.ct8.pl", "ssh": "s1.ct8.pl"}
]

致谢

RealNeoMank0bayaeooce

About

在 Serv00 和 CT8 机器上一步到位地安装和配置 SOCKS5 & nezha-agent,并将其用于 cmliu/edgetunnel 项目,帮助解锁 ChatGPT 等服务。通过一键脚本实现代理安装,使用 Crontab 保持进程活跃,并借助 GitHub Actions 实现帐号续期与自动化管理,确保长期稳定运行。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%