This commit is contained in:
juewuy
2026-01-26 17:56:00 +08:00
parent 62a54a458a
commit 6077061ba4

View File

@@ -48,7 +48,6 @@ set_fw_filter() {
fi fi
;; ;;
3) 3)
if echo "$redir_mod" | grep -oqE '混合|Tproxy|Tun'; then
if [ "$quic_rj" = "OFF" ]; then if [ "$quic_rj" = "OFF" ]; then
quic_rj=ON quic_rj=ON
msg_alert "\033[33m已禁止QUIC流量通过ShellCrash内核\033[0m" msg_alert "\033[33m已禁止QUIC流量通过ShellCrash内核\033[0m"
@@ -57,9 +56,6 @@ set_fw_filter() {
msg_alert "\033[33m已取消禁止QUIC协议流量\033[0m" msg_alert "\033[33m已取消禁止QUIC协议流量\033[0m"
fi fi
setconfig quic_rj $quic_rj setconfig quic_rj $quic_rj
else
msg_alert "\033[33m当前模式默认不会代理UDP流量无需设置\033[0m"
fi
;; ;;
4) 4)
if [ -n "$(ipset -v 2>/dev/null)" ] || [ "$firewall_mod" = 'nftables' ]; then if [ -n "$(ipset -v 2>/dev/null)" ] || [ "$firewall_mod" = 'nftables' ]; then