Skip to content

Commit 398ef15

Browse files
committed
luci: fix
1 parent ee3417b commit 398ef15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luci-app-passwall/root/usr/share/passwall/iptables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@ REDIRECT() {
173173
s="${mark} -j TPROXY --on-port $1"
174174
}
175175
}
176-
fi
177176
echo "$s"
178177
}
179178

180179
get_jump_ipt() {
181180
case "$1" in
182181
direct)
182+
local s=""
183183
local mark="-m mark ! --mark ${FWMARK}"
184184
s="${mark} -j RETURN"
185185
echo $s

0 commit comments

Comments
 (0)