-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
希望能增加监听UDP的功能 #942
Comments
did udp2raw not help? |
https://github.com/xtaci/reorg |
will it be possible to connect wireguard via kcptun sometime? |
@chainofhonor 你可以看看下面这个作者的好几个项目,都可以做你希望的转发udp端口的功能,作者也是介绍使用自己的工具转发openvpn,wireguard等等udp的vpn,而且项目都是基于kcp协议延伸开发的 但至少我这边的测试肯定会出现下载几G大文件中断的问题,在issue上也与作者讨论过,但没有找出原因,到现在没有解决 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
客户端监听UDP端口
服务器转发到UDP端口
这个需求是想用KCPTUN转发wireguard的流量
比如这样
client_windows_amd64.exe -l 192.168.0.2:4000/UDP -r 1.2.3.4:10000
server_windows_amd64.exe -l 1.2.3.4:10000 -t 127.0.0.1:4000/UDP
希望能增加这个功能
The text was updated successfully, but these errors were encountered: