Skip to content

Commit

Permalink
update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zfl9 committed Jun 6, 2023
1 parent 2c1dda0 commit 548dfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ss-tproxy
Original file line number Diff line number Diff line change
Expand Up @@ -828,11 +828,11 @@ drop_quic() {
-j DROP
elif is_chnroute_mode; then
# 放行白名单ip (若该ip同时也位于黑名单,则不放行)
$1 -t $table -A SSTP_QUIC \
$1 -t mangle -A SSTP_QUIC \
-m set --match-set $white_setname dst \
-m set ! --match-set $black_setname dst \
-j RETURN
$1 -t $table -A SSTP_QUIC \
$1 -t mangle -A SSTP_QUIC \
-j DROP
fi

Expand Down

0 comments on commit 548dfa5

Please sign in to comment.