mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 06:13:35 +03:00
Update tproxy_ipv4_and_ipv6.md
This commit is contained in:
parent
56c23a68d2
commit
4e38ef6846
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ ip6tables -t mangle -I PREROUTING -p tcp -m socket -j DIVERT
|
|||
|
||||
# 直连从主路由发出
|
||||
ip route add default via 192.168.31.1 #写主路由ip, 采用下述方法一可不写此命令
|
||||
ip -6 route add default via fd00:6868:6868::1 #写主路由ipv6, 采用下述方法一可不写此命令
|
||||
```
|
||||
|
||||
</Tab>
|
||||
|
|
Loading…
Add table
Reference in a new issue