fix ipv6 error
This commit is contained in:
parent
bc15746cd6
commit
6797289988
4
table.sh
4
table.sh
@ -13,8 +13,8 @@ fi
|
|||||||
|
|
||||||
ip rule add fwmark 1 table 100
|
ip rule add fwmark 1 table 100
|
||||||
ip route add local 0.0.0.0/0 dev lo table 100
|
ip route add local 0.0.0.0/0 dev lo table 100
|
||||||
ip -6 rule add fwmark 1 table 106
|
# ip -6 rule add fwmark 1 table 106
|
||||||
ip -6 route add local ::/0 dev lo table 106
|
# ip -6 route add local ::/0 dev lo table 106
|
||||||
|
|
||||||
# ignore local address
|
# ignore local address
|
||||||
iptables -t mangle -N XRAY
|
iptables -t mangle -N XRAY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user