Use X25519 for XOR; Add "divide" (ECH, before and includes type 0); Change config format

https://github.com/XTLS/Xray-core/pull/4952#issuecomment-3207449672
This commit is contained in:
RPRX
2025-08-20 18:17:35 +00:00
committed by GitHub
parent 84835bec7d
commit 373558ed7a
16 changed files with 225 additions and 159 deletions

View File

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