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:
@@ -522,7 +522,7 @@ object V2rayConfigManager {
|
||||
noises = listOf(
|
||||
V2rayConfig.OutboundBean.OutSettingsBean.NoiseBean(
|
||||
type = "rand",
|
||||
packet = "50-150",
|
||||
packet = "10-20",
|
||||
delay = "10-16",
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user