爬虫获取全网上万免费节点,ss节点,ssr节点,vmess节点,trojan节点,实时测速,建立自己的节点库。
SSH客户端
putty
https://www.putty.org/
final shell
https://www.hostbuf.com/
1.免费节点爬虫脚本安装条件
centos7系统+最低配的vps
2.一键安装爬虫脚本
需要域名的脚本代码
wget https://raw.githubusercontent.com/slobys/proxypool/master/onekey_install.sh && chmod +x onekey_install.sh && ./onekey_install.sh
不需要域名的脚本代码
yum -y install wget && wget https://raw.githubusercontent.com/lanhebe/proxypool/master/non-domain_onekey_install.sh && chmod +x non-domain_onekey_install.sh && ./non-domain_onekey_install.sh
3、如果要修改参数,需要先停止服务器
查询进程
ps -ef |grep proxypool
关闭进程
kill -s 9 你的PID
4.获取root目录权限
sudo chmod -R 777 /root
5、重新启动进程
nohup ./proxypool -c config.yaml >/dev/null 2>/dev/null &
6、筛选节点
https://你的域名或者ip/clash/proxies?c=HK,TW,SG,US&speed=5,30&type=ss,vmess
6、节点转换:https://acl4ssr-sub.github.io/
评论
发表评论