## 关联或新增的页面 / related page [tproxy.md](../blob/transifex/zh_CN/app/tproxy.md) ## 描述 / description of the feature 使用 systemd-networkd 管理策落路由。需要在 `/etc/systemd/network/` 下新建 `13-tproxy.network` 文件,填入以下内容: ``` [Match] Name = lo [RoutingPolicyRule] FirewallMark = 1 Table = 100 Priority = 100 Family=both [Route] Table = 100 Destination=0.0.0.0/0 Type = local [Route] Table = 100 Destination=::/0 Type = local ``` ref: https://blog.windeye.top/blog/linux-tproxy-with-systemd-and-nftables/#systemd-networkd-shi-xian-ce-lue-lu-you
关联或新增的页面 / related page
tproxy.md
描述 / description of the feature
使用 systemd-networkd 管理策落路由。需要在
/etc/systemd/network/下新建13-tproxy.network文件,填入以下内容:ref: https://blog.windeye.top/blog/linux-tproxy-with-systemd-and-nftables/#systemd-networkd-shi-xian-ce-lue-lu-you