add noises array

This commit is contained in:
dragonbreath2000 2024-09-16 07:51:10 -07:00 committed by GitHub
parent 45353cd860
commit bc9e347810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
```