UTLS: unsafe

This commit is contained in:
mhsanaei 2024-12-17 23:12:40 +01:00
parent 39ef172b87
commit aeac7f2c8b
No known key found for this signature in database
GPG Key ID: D875CD086CF668A0
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ const UTLS_FINGERPRINT = {
UTLS_QQ: "qq",
UTLS_RANDOM: "random",
UTLS_RANDOMIZED: "randomized",
UTLS_UNSAFE: "unsafe",
};
const ALPN_OPTION = {

View File

@ -39,6 +39,7 @@ const UTLS_FINGERPRINT = {
UTLS_QQ: "qq",
UTLS_RANDOM: "random",
UTLS_RANDOMIZED: "randomized",
UTLS_UNSAFE: "unsafe",
};
const ALPN_OPTION = {