mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
UDP noises: Add base64 and multi-packet support (#3794)
https://github.com/XTLS/Xray-core/pull/3794#issuecomment-2351329251 --------- Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com> Co-authored-by: mmmray <142015632+mmmray@users.noreply.github.com>
This commit is contained in:
parent
b1c6471eeb
commit
363e86c585
4 changed files with 131 additions and 120 deletions
|
@ -25,7 +25,7 @@ message Noise {
|
|||
uint64 length_max = 2;
|
||||
uint64 delay_min = 3;
|
||||
uint64 delay_max = 4;
|
||||
string str_noise = 5;
|
||||
bytes str_noise = 5;
|
||||
}
|
||||
|
||||
message Config {
|
||||
|
@ -48,5 +48,5 @@ message Config {
|
|||
uint32 user_level = 4;
|
||||
Fragment fragment = 5;
|
||||
uint32 proxy_protocol = 6;
|
||||
Noise noise = 7;
|
||||
repeated Noise noises = 7;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue