VLESS Encryption: Randomize seconds in ticket and simplify expiration mechanism

https://github.com/XTLS/Xray-core/pull/5067#issuecomment-3246925902
This commit is contained in:
RPRX
2025-09-02 23:37:14 +00:00
committed by GitHub
parent e943de5300
commit 19f8907296
5 changed files with 67 additions and 74 deletions
+3 -2
View File
@@ -23,6 +23,7 @@ message Config {
string decryption = 3;
uint32 xorMode = 4;
uint32 seconds = 5;
string padding = 6;
uint32 seconds_from = 5;
uint32 seconds_to = 6;
string padding = 7;
}