Axell's Blog
Axell's Blog

Hi, nice to meet you.

Axell's Blog
Hi, nice to meet you.

使用 nftables 按需路由流量至虚拟网卡

这篇文章记录了在服务器上部署 Mihomo 时遇到的一个常见痛点:默认的 auto-route 机制会把全局流量都拉到 TUN 设备里,影响内网访问和部分运营商定向流量。最终的解决方案是手动关闭 Mihomo 的自动路由功能,改用 nftables 标记需要走代理的流量,再配合 ip rule/ip ro…

   2025-10-09   Read

Using 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

The blog migration has been completed, and all past blog posts are now presented as external links for redirection.

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

单源最短路&次短路

观光基本与单源最短路的套路相同,注意更新方案数并维护次

   2019-08-24   Read

距离有关树形dp

这篇文章没有摘要

   2019-08-23   Read

最大权值子树

传送门<

   2019-08-21   Read

网络流

最大流dinic算法 struct node{ int Next,

   2019-08-18   Read

yyhs模拟2018

这篇文章没有摘要

   2019-08-16   Read

二分图

二分图前置知

   2019-08-16   Read
Load More