如何使用指定的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) ```
如何使用指定的clash建立conn,使用clash建立
DialContext