Skip to content

Commit

Permalink
UTLS: unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 17, 2024
1 parent 39ef172 commit aeac7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/assets/js/model/inbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const UTLS_FINGERPRINT = {
UTLS_QQ: "qq",
UTLS_RANDOM: "random",
UTLS_RANDOMIZED: "randomized",
UTLS_UNSAFE: "unsafe",
};

const ALPN_OPTION = {
Expand Down
1 change: 1 addition & 0 deletions web/assets/js/model/outbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const UTLS_FINGERPRINT = {
UTLS_QQ: "qq",
UTLS_RANDOM: "random",
UTLS_RANDOMIZED: "randomized",
UTLS_UNSAFE: "unsafe",
};

const ALPN_OPTION = {
Expand Down

0 comments on commit aeac7f2

Please sign in to comment.