服务器搭建
搭建爬虫节点服务器,爬取需要内容
本文转载自:奶油之家原文地址
1、解析好域名
2、一键安装命令
wget https://raw.githubusercontent.com/slobys/proxypool/master/onekey_install.sh && chmod +x onekey_install.sh && ./onekey_install.sh3、如果要修改参数,需要先停止服务器
ps -ef |grep proxypool
kill -s 9 你的PID4、启动命令
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



发表评论
0 评论