Update V2rayConfigManager.kt (#3847)

Update noise parameter

https://github.com/XTLS/Xray-docs-next/blob/main/docs/en/config/outbounds/freedom.md

"noises":[
{
"type":"base64",
"packet":"7nQBAAABAAAAAAAABnQtcmluZwZtc2VkZ2UDbmV0AAABAAE=",
"delay":"10-16"
},
{
"type":"rand",
"packet":"10-20",
"delay":"10-16"
},
{
"type":"str",
"packet":"hiGFW",
"delay":"10-16"
}
]

Add udp type":"base64",

@2dust
This commit is contained in:
DecorativeFamily
2024-11-04 05:12:45 +03:30
committed by GitHub
parent 8549b5ea46
commit ba760eac59

View File

@@ -522,7 +522,7 @@ object V2rayConfigManager {
noises = listOf(
V2rayConfig.OutboundBean.OutSettingsBean.NoiseBean(
type = "rand",
packet = "50-150",
packet = "10-20",
delay = "10-16",
)
),