PinkD
PinkD
I use [wgbench](https://github.com/sorenisanerd/wgbench) to benchmark linux kernel wireguard and wireguard-go and boringtun. I modified the following line in the script to support wg-go and boringtun: ```bash ip netns exec wgbench$i...
I try to use `-t 32` to change the thread number but the result is still the same.
> Server(TCP:192.168.1.1:1080)->Client: (UDP associate response) Please send UDP packets to 192.168.1.1:39802 (39802 is a random selected port), and I will relay them for you. In most socks5 server implementations, the...
https://github.com/PinkD/corplink-rs/commit/3ae24f9db6ad35c297b95d1bd66c00ad037ae353#diff-7f93c4e263c4e9ec748f804c7fd04a3b2fde86ffd741fb5516d67e1097bae4c1R446-R454 https://github.com/PinkD/corplink-rs/blob/3ae24f9db6ad35c297b95d1bd66c00ad037ae353/src/client.rs#L446-L454 1.4 版本加了个过滤非 udp vpn 的判断
> 最近有支持的计划吗 没有,这个是开发来我自己用的,然后 udp 暂时够用了,就没有搞 tcp 了 🤣 如果你有空闲时间,欢迎 pr > 运行后 发现公司内网的网站可以访问了,但是像google等需要梯子的网站都打不开 (mac上可以),不知是不是跟这个issue相关 大概率不是,能访问内网就说明程序在正常运行,如果公司配了 google 的透明代理,那可能要把 google 的路由指向 corplink 的接口才行。例如我要让 `8.8.8.8` 走 `corplink` 接口,那就 `ip route add 8.8.8.8/32 dev...
我司终于也干掉了 udp 服务器,只留了 tcp ,今天研究了一下,先加了个 `bind_tcp.go` ,然后发现连不上 看了下以前抓的包,应该是在每个包之前加了个 uint32 的 size ,我再改改 
附上原版 wg 的 udp 包 
fixed by https://github.com/PinkD/corplink-rs/commit/445c4c59638c4b69b5992559d140006e54d4929c 升级到 5.0 及以上的版本即可
closed by https://github.com/PinkD/corplink-rs/pull/44
从你提供的信息来看,新版的飞连可能增加了类似心跳的功能,需要分析具体的心跳包,然后新增对应的逻辑。我司使用的飞连版本目前还没有增加这个限制,所以你可能需要自己研究一下这个心跳机制然后尝试实现了