Skip to content

Commit

Permalink
Merge pull request #115 from hamid27-web/patch-1
Browse files Browse the repository at this point in the history
Update v2ray_config.json
  • Loading branch information
hiddify-com authored Aug 22, 2023
2 parents 15a5573 + cec006a commit 47a4969
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions V2rayNG/app/src/main/assets/v2ray_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
"tag": "direct"
},
{
"tag": "fragment", // this tag name is used to pass to the dialerProxy above
"tag": "fragment",
"protocol": "freedom",
"settings": {
"fragment": {
"length": "10-30",
"interval": "50-250",
"length": "100-900",
"interval": "10-90",
"packets": "1-3"
}
},
Expand All @@ -102,12 +102,12 @@
}
},
{
"tag": "fragment_random", // this tag name is used to pass to the dialerProxy above
"tag": "fragment_random",
"protocol": "freedom",
"settings": {
"fragment": {
"length": "10-100",
"interval": "50-250",
"length": "100-900",
"interval": "10-90",
"packets": "1-3"
}
},
Expand All @@ -118,12 +118,12 @@
}
},
{
"tag": "fragment_sni", // this tag name is used to pass to the dialerProxy above
"tag": "fragment_sni",
"protocol": "freedom",
"settings": {
"fragment": {
"length": "5-30",
"interval": "50-100",
"length": "100-900",
"interval": "10-90",
"packets": "1-3"
}
},
Expand Down

0 comments on commit 47a4969

Please sign in to comment.