diff --git a/table.sh b/table.sh index bc266ee..92dcbda 100755 --- a/table.sh +++ b/table.sh @@ -17,7 +17,7 @@ iptables -t mangle -A XRAY -d 224.0.0.0/4 -j RETURN iptables -t mangle -A XRAY -d 240.0.0.0/4 -j RETURN iptables -t mangle -A XRAY -d 255.255.255.255/32 -j RETURN iptables -t mangle -A XRAY -d 192.168.0.0/16 -j RETURN -iptables -t mangle -A XRAY ! -s 192.168.31.5/24 -j RETURN +iptables -t mangle -A XRAY ! -s 192.168.0.0/16 -j RETURN ip6tables -t mangle -N XRAY6 ip6tables -t mangle -A XRAY6 -d FF00::0/8 -j RETURN ip6tables -t mangle -A XRAY6 -d FE00::0/8 -j RETURN