From 58d3cda5b6470021a5ef0b9ff5628ba5e89d314a Mon Sep 17 00:00:00 2001 From: jelly21fish <131505153+jelly21fish@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:04:04 +0800 Subject: [PATCH] fix typo --- scripts/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index 8fa8b91..646e079 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1402,12 +1402,12 @@ stop_firewall() { #还原防火墙配置 ip6tables -t nat -D PREROUTING -p udp --dport 53 -j shellcrashv6_dns 2>/dev/null #redir ip6tables -t nat -D PREROUTING -p tcp $ports -j shellcrashv6 2>/dev/null - ip6tables -t nat -D OUTPUT -p tcp $ports -j shellcrashv6_out 2>/dev/null + ip6tables -t nat -D OUTPUT -p tcp $ports -j shellcrashv6_out 2>/dev/null ip6tables -D INPUT -p udp --dport 53 -j REJECT 2>/dev/null #mark ip6tables -t mangle -D PREROUTING -p tcp $ports -j shellcrashv6_mark 2>/dev/null ip6tables -t mangle -D PREROUTING -p udp $ports -j shellcrashv6_mark 2>/dev/null - ip6tables -t mangle -D OUTPUT -p tcp $ports -j shellcrashv6_mark_out 2>/dev/null + ip6tables -t mangle -D OUTPUT -p tcp $ports -j shellcrashv6_mark_out 2>/dev/null ip6tables -t mangle -D OUTPUT -p udp $ports -j shellcrashv6_mark_out 2>/dev/null ip6tables -D INPUT -p udp --dport 443 $set_cn_ip -j REJECT 2>/dev/null #tun