-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.5.5出现DNS错误 #1740
Comments
I cannot reproduce your issue locally. It looks a known issue of Oneplus' latest ROM that it wouldn't flush DNS cache when VPN connection established or disconnected. #1721 (comment) |
@madeye 4.5.5, Google Pixel, Android P 有同样的问题, 当某一个配置文件连不上之后不管换成哪个都是无速度无响应, 杀进程后才可恢复 |
@love4taylor Submit the output of |
@madeye Interestingly, I noticed a similar bug as this one with #1742. Here's related log:
EDIT: Wait... |
It looks we cannot resolve |
@madeye The actual error is:
And it seems like this only happens after using an unusable config and there's an active connection. I think these are two unrelated bugs. |
@madeye
|
@madeye Okay I think the problem is that |
上面连接的配置文件没使用插件。 |
@Mygod I think we need SIGKILL after the SIGTERM timeout. |
4.5.3的cat log,操作是测了两次正常连接,切换到错误连接测两次,再切换到正确配置测两次。
|
另外,4.5.5还有个bug,不知能不能在这里提交。就是在“分应用VPN“设置里,“应用设置到所有配置文件”无效。4.5.3正常 |
@triaqu Could you try this? Disconnect the current server, switch the profile, then connect. Would you still see this issue again? |
试了, 2,断开正常连接,切换到错误配置,连接报错,不关闭直接切换到正常配置,连接正常。 |
@madeye I have managed to created a kcptun apk (debug build) such that libss-local.so does not respond to the first sigterm but the second one. |
@triaqu Could you try this APK? https://www.dropbox.com/s/9asq5gvypvrk1w9/mobile-universal-release.apk?dl=0 |
@madeye 正常了。无论是否断开再连还是直接切换,都没有问题。 |
4.5.5还有个BUG,在“分应用VPN“设置里,“应用设置到所有配置文件”无效。 |
@Mygod Yes, I will kill any plugin that doesn't response to SIGTERM correctly. |
If that's the only change I think we can close this now. |
Sure. Let's close it now. |
Please read FAQ then answer these questions before submitting your issue. Thanks!
Environment
4.5.3.
Configuration
Put an
x
inside the [ ] that applies.What did you do?
如果任意连接一个错误的配置后,切换到其他正常的配置。
What did you expect to see?
能正常使用。
What did you see instead?
切换到正常配置后也无网络连接,无论是否使用远程DNS是否使用obfs, 都会出现无法解析谷歌地址的错误。
开关不起作用,需要杀掉进程后重启才能使用。
The text was updated successfully, but these errors were encountered: