Skip to content

Commit 548dfa5

Browse files
committed
update typo
1 parent 2c1dda0 commit 548dfa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ss-tproxy

+2-2
Original file line numberDiff line numberDiff line change
@@ -828,11 +828,11 @@ drop_quic() {
828828
-j DROP
829829
elif is_chnroute_mode; then
830830
# 放行白名单ip (若该ip同时也位于黑名单,则不放行)
831-
$1 -t $table -A SSTP_QUIC \
831+
$1 -t mangle -A SSTP_QUIC \
832832
-m set --match-set $white_setname dst \
833833
-m set ! --match-set $black_setname dst \
834834
-j RETURN
835-
$1 -t $table -A SSTP_QUIC \
835+
$1 -t mangle -A SSTP_QUIC \
836836
-j DROP
837837
fi
838838

0 commit comments

Comments
 (0)