mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-08-29 14:56:15 +00:00
add noises array
This commit is contained in:
parent
45353cd860
commit
bc9e347810
@ -14,10 +14,23 @@ Freedom is an outbound protocol that can be used to send (normal) TCP or UDP dat
|
|||||||
"length": "100-200",
|
"length": "100-200",
|
||||||
"interval": "10-20" // ms
|
"interval": "10-20" // ms
|
||||||
},
|
},
|
||||||
"noise": {
|
"noises":[
|
||||||
"packet": "rand:5-10",
|
{
|
||||||
"delay": "10-20" // ms
|
"type":"base64",
|
||||||
|
"packet":"7nQBAAABAAAAAAAABnQtcmluZwZtc2VkZ2UDbmV0AAABAAE=",
|
||||||
|
"delay":"10-16"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type":"rand",
|
||||||
|
"packet":"10-20",
|
||||||
|
"delay":"10-16"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"str",
|
||||||
|
"packet":"hiGFW",
|
||||||
|
"delay":"10-16"
|
||||||
|
}
|
||||||
|
]
|
||||||
"proxyProtocol": 0
|
"proxyProtocol": 0
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user