changing (@changshow) 在 Reqable小黄鸟+Clash TUN简单实现全局抓包-实操 中发帖
原贴链接
https://linux.do/t/topic/2034477/37
实际操作一下,亲测可行,发帖记录一下
其实主要就是clash 配置问题
我用的是Clash Party
1、新建一个订阅,平时用啥就用啥新建,我是订阅地址,直接输入url新增一个订阅,专门用来抓包使用
2、订阅上右键-编辑订阅
3、在proxies:下方新增一条记录,
proxies:
- { name: 'Reqable', type: http, server: 127.0.0.1, port: 9000}
[image]
4、往下滑 找到 proxy-groups 下方也新增一条记录
proxy-groups:
- {name: 抓包,type: select,proxies: [Reqable]}
[image]
5、往下滑 在 rules 下方新增如下内容
...