Bill Cheng

Results 15 comments of Bill Cheng

你的CocoaPod出问题了 可以参考 https://github.com/CocoaPods/CocoaPods/issues/4293 解决问题

@anxuanzi 我来代替@haxpor 说好了…… 你的 cocoapod 安装不正确 然后我看你截图觉得你打开的可能不是 .workspace 文件,这个项目不能打开 Project 文件的

@anxuanzi 那就很奇怪了,你这边提示 ShadowPath 这个项目文件没有找到,你看一下你的项目 Library 目录下是否有 ShadowPath 这个文件夹 如果有的话,建议你把当前的项目文件删了重新 Clone 一套,把 git submodules 都补齐,再补齐 pod ,记得还有个 Carthage 需要补齐,最好补齐的时候挂上代理,防止网络出错 全部弄完后再开 workspace,编译运行下试试 我第一次跑这个项目也是弄了好几次,需要点耐心慢慢解决问题

@happyfire I have just get the idea of the Antinat. The Potatso used Polipo for HTTP proxy, because the Polipo do not have function to deal with HTTP rules, so...

@Sky891028 I have solved this problem. It includes modifying shadowsocks-libv and ProxyManager in ProviderTunnel. The basic idea is port the traffic record function which shadowsocks-libv used in Android version to...

The udp packets are handled without tun2sock. There is a GCDUdpSocket in the PacketProcess. It will handle any udp packets from device. Since tun2socks project in Potatso cloud not handle...

这里依靠的是 Antinat 这个 Proxy Antinat 规则会将需要走代理的转发到 ss,不需要直接被处理并发送 tun2sock 是将设备给程序的 tcp IP packet 转换成 sock 包的形式发送给 Antinat

@happyfire I test your code on the project, and there is something wrong with UDP packet. I don't think your provided code is the right way to deal with this...

@happyfire I think the UDP packet can not be recognized by server in some games such as 王者荣耀. I test your provided code on iPhone 7, 王者荣耀 could not pass...

@haxpor @zhkufish I do not think the current code support this feature. This function could be build into the project with a lot of modify of the tunnel part. The...