This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
请问 server.start() 之后为什么还是打不开网站呢? #30
Comments
你配置中还需要配置一些参数..可以参考土豆丝的源代码 |
我看到文档里面说:
但是看这个 Issue,还是需要苹果的 Network Extension 的,并不是简单几行代码就可以了,是这样吗? |
是
2016年12月2日 +0800 17:56 tigerZhangy <notifications@github.com>,写道:
…
我看到文档里面说:
NEKit does not depend on Network Extension framework. You can use NEKit without Network Extension entitlement to build a rule based proxy in a few lines.
但是看这个 Issue,还是需要苹果的 Network Extension 的,并不是简单几行代码就可以了,是这样吗?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub (#30 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABOmLKMWP36CRPtxt9LIskEs31EFcGUCks5rD-s_gaJpZM4LBXJg).
|
和 Network Extension 的结合可以再详细说一下吗?谢谢 |
所以在 iOS上使用 NEKit 还是需要申请 entitlement 对么? |
上网站上加一下就好了 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
我使用 xcode 8.1 导入了 NEKit,完全按照示例代码运行了 server.start()。
确认了 https 服务器和我的账户都没有问题,应用退出到后台后使用 safari 依然无法打开 facebook,手机状态栏中也没有出现 VPN 的标识。
请问这是为什么呢?在代码运行完成之后是否还需要做其他的工作?
代码如下:
产生的日志如下:
谢谢。
The text was updated successfully, but these errors were encountered: