mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-04 13:53:34 +03:00
add noises array
This commit is contained in:
parent
45353cd860
commit
bc9e347810
1 changed files with 16 additions and 3 deletions
|
@ -14,10 +14,23 @@ Freedom is an outbound protocol that can be used to send (normal) TCP or UDP dat
|
|||
"length": "100-200",
|
||||
"interval": "10-20" // ms
|
||||
},
|
||||
"noise": {
|
||||
"packet": "rand:5-10",
|
||||
"delay": "10-20" // ms
|
||||
"noises":[
|
||||
{
|
||||
"type":"base64",
|
||||
"packet":"7nQBAAABAAAAAAAABnQtcmluZwZtc2VkZ2UDbmV0AAABAAE=",
|
||||
"delay":"10-16"
|
||||
},
|
||||
{
|
||||
"type":"rand",
|
||||
"packet":"10-20",
|
||||
"delay":"10-16"
|
||||
},
|
||||
{
|
||||
"type":"str",
|
||||
"packet":"hiGFW",
|
||||
"delay":"10-16"
|
||||
}
|
||||
]
|
||||
"proxyProtocol": 0
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue