This commit is contained in:
etoyz 2023-06-30 11:00:53 +08:00
parent 14b90bd870
commit 891278e9af

View file

@ -201,7 +201,7 @@ iptables-tproxy 不支持对`OUTPUT链`操作,但是我们可以通过配置`
```bash
# 添加策略路由: 标记为1的包走路由表100
ip rule add fwmark 1 table 100
ip rule add fwmark 1 table 100
# 添加路由条目到路由表100: 所有包路由到本地
ip route add local 0.0.0.0/0 dev lo table 100
```