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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {