The blog migration has been completed, and all past blog posts are now presented as external links for redirection.
使用 nftables 按需路由流量至虚拟网卡
这篇文章记录了在服务器上部署 Mihomo 时遇到的一个常见痛点:默认的 auto-route 机制会把全局流量都拉到 TUN 设备里,影响内网访问和部分运营商定向流量。最终的解决方案是手动关闭 Mihomo 的自动路由功能,改用 nftables 标记需要走代理的流量,再配合 ip rule/ip ro…
2025-10-09 ReadUsing Ubuntu Server as a Router (PPPoE Dial-Up)
Introduction Typically, routers run specialized operating systems: for hardware routers like those from TP-Link, the firmware is custom-built and closely integrated with the hardware. For software routers, OpenWRT is a popular choice. However, thes…
2025-01-24 Read Status
2025-01-24
Introducing MPUDP: A Multi-Path UDP Relay Service
Introduction SSH connections to overseas servers are always a frustrating issue, especially in some restricted network environments. Currently, there are many implementations of Multi-Path TCP protocols, but very few corresponding UDP protocol impl…
2024-12-28 Read