Add optional aes128xor layer

https://github.com/XTLS/Xray-core/pull/4952#issuecomment-3172703168
This commit is contained in:
RPRX
2025-08-11 12:07:00 +00:00
committed by GitHub
parent 2e6a88307c
commit 7ffb555fc8
11 changed files with 146 additions and 36 deletions

View File

@@ -22,5 +22,6 @@ message Config {
repeated Fallback fallbacks = 2;
string decryption = 3;
uint32 minutes = 4;
uint32 xor = 4;
uint32 minutes = 5;
}