Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03:09 +00:00

blockcheck2: check quic only hopbyhop/destopt

This commit is contained in:
bol-van
2025-12-19 11:52:11 +03:00
parent ec1f5b5eff
commit 5b06f0b2a7

View File

@@ -21,7 +21,7 @@ pktws_check_http3()
done
[ "$IPV" = 6 ] && {
for fool in $FOOLINGS6_UDP; do
for fool in ip6_hopbyhop ip6_destopt ip6_hopbyhop:ip6_destopt; do
pktws_curl_test_update $1 $2 $PAYLOAD --lua-desync=send:$fool --lua-desync=drop
done
}