mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
fix typo
This commit is contained in:
parent
23d10a8be6
commit
9124d0fade
|
@ -1029,6 +1029,7 @@ start_iptables() { #iptables配置总入口
|
|||
fi
|
||||
}
|
||||
}
|
||||
}
|
||||
[ "$redir_mod" = "Tproxy模式" ] && {
|
||||
JUMP="TPROXY --on-port $tproxy_port --tproxy-mark $fwmark" #跳转劫持的具体命令
|
||||
if iptables -j TPROXY -h 2>/dev/null | grep -q '\--on-port'; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user