-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
ubuntu20 BUG~ server_response函数 #15
Comments
Hi, try https://github.com/SirSAC/DisPro |
It looks really good.I will try it now. |
its working fine for u? |
@blacknight2018 Linux uses the weak system model. Policy based routing or Binding to the interface is the workaround. GDP does the second. |
Hello, BindToDevice work too for android but the source of an a site needs to be an IP address instead of link address, anyway my phone is not working and not existing anymore by battery issues because made in china and act like a mini bomb in the pocket. |
cat /proc/version
Linux version 5.11.0-34-generic (buildd@lgw01-amd64-001) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #36~20.04.1-Ubuntu SMP Fri Aug 27 08:06:32 UTC 2021
servers_response_linux.go 里的 server_response 函数 发生问题,即 无法向目标地址建立连接,我调试了一下,问题就是在
作者的意图大概是用linux的调用绑定到具体的网卡上 ,但其实只要绑定本地地址到对应网卡上的IP上就达到了绑定socket到具体网卡上的效果了,即把servers_response.go里的server_response全部照搬到servers_response_linux.go 里server_response 函数就可以了,能达到一样的效果,我按这样修改了达到了期待的效果。
The text was updated successfully, but these errors were encountered: