0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 22:29:49 +03:00

Freedom noises: Change legacy variable name (#4238)

Closes https://github.com/XTLS/Xray-core/issues/4237
This commit is contained in:
风扇滑翔翼
2025-01-02 16:21:32 +08:00
committed by GitHub
parent e80ca67fee
commit 33186ca5e6
4 changed files with 51 additions and 51 deletions

View File

@ -25,7 +25,7 @@ message Noise {
uint64 length_max = 2;
uint64 delay_min = 3;
uint64 delay_max = 4;
bytes str_noise = 5;
bytes packet = 5;
}
message Config {