Skip to content

WireGuard kernelTun: Fix multi-outbounds not work#4015

Merged
RPRX merged 1 commit intomainfrom
wg-fix
Nov 14, 2024
Merged

WireGuard kernelTun: Fix multi-outbounds not work#4015
RPRX merged 1 commit intomainfrom
wg-fix

Conversation

@Fangliding
Copy link
Member

Fix #2817
问题很简单 Tun的时候默认使用的1023路由表只有一个 再多会冲突 这里稍微修改了一下 从10230开始依次递增分配不同的路由表号 这样多次创建tun接口的时候就不会冲突了

@RPRX RPRX changed the title Wireguard: Fix multi outbounds not work in KernelTun mode WireGuard kernelTun: Fix multi-outbounds not work Nov 14, 2024
@RPRX RPRX merged commit 17825b2 into main Nov 14, 2024
@RPRX
Copy link
Member

RPRX commented Nov 14, 2024

看来默认启用 kernelTun 是有好处的,至少各种 bug 都被发现并修复了

所以关于 XHTTP 的文档还有什么问题吗

@yuhan6665
Copy link
Member

This is great. Just wondering how do you troubleshoot wireguard issue. I was looking into it but cannot find any useful logs? What does the error looks like?

it2konst pushed a commit to it2konst/gametunnel-core that referenced this pull request Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

服务端outbounds存在两个wireguard出站时,只有先使用的wireguard出站能够正常连接

3 participants