Skip to content

Commit

Permalink
Revised obfs settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Jan 18, 2025
1 parent 0b5fe06 commit 925d7b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions obfs-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"deadCodeInjection": true,
"deadCodeInjectionThreshold": 0.4,
"renameGlobals": true,
"numbersToExpressions": false,
"stringArrayCallsTransform": true,
"stringArrayCallsTransformThreshold": 0.75,
"numbersToExpressions": true,
"stringArrayEncoding": ["base64"],
"stringArrayWrappersCount": 2,
"stringArrayWrappersParametersMaxCount": 4,
"stringArrayWrappersType": "function",
"splitStrings": true,
"splitStringsChunkLength": 2,
"transformObjectKeys": true,
Expand Down

0 comments on commit 925d7b8

Please sign in to comment.