hello-david / SwiftV2Ray

V2Ray-Core的iOS工具
271 stars 154 forks source link

编译了工程到手机,可以添加节点(wmess订阅链接),点击“🔗”按钮,但未能启动vpn #3

Closed wansellbusiness closed 4 years ago

hello-david commented 4 years ago

不清楚是不是越狱机器VPN配置未生效的问题,我在添加完配置后重新reboot一下机器再点击开关按钮是可以连接上的 -w120

alsojin0806 commented 4 years ago

我有测试能启动VPN的,但是链接之后 访问Google 打不开,还有YouTube也是这样的 image D9A45F331EC9612151EDDCEEDF3846A0

hello-david commented 4 years ago

在Xcode->debug->Attach to Process by ID or name里面可以进行调试PacketTunel的调试 picture,确认一下项目内置的config是否符合你的服务端要求

alsojin0806 commented 4 years ago

这里调试我知道,你的通道开启的时候存在逻辑问题,也就是代理软件如果你之前使用了其它的话,不能正常切换的,当然这个不影响核心地方

alsojin0806 commented 4 years ago

image

{ "outbounds":[ { "mux":{ "enabled":false, "concurrency":8 }, "protocol":"vmess", "streamSettings":{ "tcpSettings":{ "header":{ "type":"none" } }, "tlsSettings":{ "allowInsecure":false }, "security":"none", "network":"tcp" }, "tag":"direct", "settings":{ "vnext":[ { "address":"xxxxxxx", "users":[ { "id":"xxxxdaa0", "alterId":233, "level":2, "security":"none" } ], "port":11111 } ] } } ] }

wansellbusiness commented 4 years ago

我在调试时出现appex 15M内存限制导致vpn进程被系统kill掉的情况,请问您是如何解决?

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用


发件人: wangjinwei0806 notifications@github.com 发送时间: Thursday, February 20, 2020 9:45:44 AM 收件人: hello-david/SwiftV2Ray SwiftV2Ray@noreply.github.com 抄送: wansellbusiness wansellbusiness@hotmail.com; Author author@noreply.github.com 主题: Re: [hello-david/SwiftV2Ray] 编译了工程到手机,可以添加节点(wmess订阅链接),点击“🔗”按钮,但未能启动vpn (#3)

[image]https://user-images.githubusercontent.com/3974508/74892821-a6c7dc00-53c5-11ea-8d72-9d1c8528b7ee.png

{ "outbounds":[ { "mux":{ "enabled":false, "concurrency":8 }, "protocol":"vmess", "streamSettings":{ "tcpSettings":{ "header":{ "type":"none" } }, "tlsSettings":{ "allowInsecure":false }, "security":"none", "network":"tcp" }, "tag":"direct", "settings":{ "vnext":[ { "address":"xxxxxxx", "users":[ { "id":"xxxxdaa0", "alterId":233, "level":2, "security":"none" } ], "port":11111 } ] } } ] }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/hello-david/SwiftV2Ray/issues/3?email_source=notifications&email_token=AD2EVVDTMR2IEQQQ6PA3P6LRDXOERA5CNFSM4KXBR4J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMKNE7Y#issuecomment-588567167, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD2EVVGA2X56XSYSDIMIOCTRDXOERANCNFSM4KXBR4JQ.

coder-free commented 4 years ago

image 刚启动啥都还没干呢,直接就13.6M了。。。数据还怎么传。。。内存里都放了些啥啊。。go语言一窍不通,没法玩

lowBeec commented 1 year ago

在Xcode->debug->Attach to Process by ID or name里面可以进行调试PacketTunel的调试 picture,确认一下项目内置的config是否符合你的服务端要求

请问下这个库支持shadowsocks协议吗