XTLS / Xray-core

Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
https://t.me/projectXray
Mozilla Public License 2.0
25.78k stars 3.97k forks source link

WireGuard kernelTun: Fix multi-outbounds not work #4015

Closed Fangliding closed 1 week ago

Fangliding commented 1 week ago

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

RPRX commented 1 week ago

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

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

yuhan6665 commented 1 week ago

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?