From 16236c408c5153c3ac50d9e17f80dfa70dd065b6 Mon Sep 17 00:00:00 2001 From: dreagonmon Date: Sat, 30 Jul 2022 15:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'table.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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