mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
blockcheck: remove ---
This commit is contained in:
parent
16e34775af
commit
fc3858209d
@ -322,7 +322,7 @@ curl_test_https_tls12()
|
||||
# $2 - domain name
|
||||
|
||||
# do not use tls 1.3 to make sure server certificate is not encrypted
|
||||
curl -${1}ISs --max-time $CURL_MAX_TIME $CURL_OPT ---tlsv1.2 $TLSMAX12 "https://$2" -o /dev/null 2>&1
|
||||
curl -${1}ISs --max-time $CURL_MAX_TIME $CURL_OPT --tlsv1.2 $TLSMAX12 "https://$2" -o /dev/null 2>&1
|
||||
}
|
||||
curl_test_https_tls13()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user