|
@ -493,7 +493,7 @@ curl_test_http3() |
|
|
# $1 - ip version : 4/6 |
|
|
# $1 - ip version : 4/6 |
|
|
# $2 - domain name |
|
|
# $2 - domain name |
|
|
|
|
|
|
|
|
# force TLS1.3 mode |
|
|
# force HTTP3 (QUIC) mode |
|
|
curl_with_dig $1 $2 -ISs -A "$USER_AGENT" --max-time $CURL_MAX_TIME --http3-only $CURL_OPT "https://$2" -o /dev/null 2>&1 |
|
|
curl_with_dig $1 $2 -ISs -A "$USER_AGENT" --max-time $CURL_MAX_TIME --http3-only $CURL_OPT "https://$2" -o /dev/null 2>&1 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|