mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 14:23:34 +03:00
prettier
This commit is contained in:
parent
14b90bd870
commit
891278e9af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue