mptun icon indicating copy to clipboard operation
mptun copied to clipboard

Multi-path Tunnel

Results 7 mptun issues
Sort by recently updated
recently updated
newest added

能同时连接多个vpn转换成本地代理吗

的确建立连接了.也可以ping通 但是我还是不能访问google啊. 下一步要怎么做

root@gcv:~/mptun# ./mptun -i tun0 -p 4567 -v 10.0.0.2 -t 10.0.0.1 -k my_pw ioctl(TUNSETIFF): Device or resource busy root@gcv:~/mptun# how to fix the issue?

╰ ➤ make gcc -o mptun mptun.c -g -Wall make: **\* [mptun] Segmentation fault: 11

https://en.wikipedia.org/wiki/RC4 , 'nuff said.

There should be a way to test whether the tun is working.

https://github.com/cloudwu/mptun/blob/master/mptun.c#L130 onwards - it's MD5, why don't you call it by this name? It is also broken and not recommended for **any** serious use.