wangluozhe / requests

用于快速请求HTTP或HTTPS,并支持修改ja3、ja4指纹
GNU General Public License v3.0
430 stars 100 forks source link

使用clash代理 #75

Open okami-chen opened 1 month ago

okami-chen commented 1 month ago

如何使用指定的clash建立conn,使用clash建立DialContext

import github.com/Dreamacro/clash
github.com/Dreamacro/clash/adapter

//从文件中随机获取一条clash代理
proxy := tool.RandomProxySimple(facades.Storage().Path("all.yaml"))
//转换成clash支持的ss或者ssr格式,并建立连接
py, err := adapter.ParseProxy(proxy)