搭建爬虫 节点服务器
搭建爬虫 节点服务器

搭建爬虫 节点服务器

1、解析好域名,安装centos7.6系统

2、一键安装命令

wget https://raw.githubusercontent.com/slobys/proxypool/master/onekey_install.sh && chmod +x onekey_install.sh && ./onekey_install.sh

3、如果要修改参数,需要先停止服务器

ps -ef |grep proxypool
kill -s 9 你的PID

4、启动命令

nohup ./proxypool -c config.yaml >/dev/null 2>/dev/null &

5、筛选节点

https://你的域名/clash/proxies?c=HK,TW,SG,US&speed=5,30&type=ss,vmess

6、节点转换:https://acl4ssr-sub.github.io/

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注