1
0
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:
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", "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
} }
``` ```