You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xray-core v26.9.9 Upgrade: Updated xray-core dependency to latest v26.9.9 release tag across go.mod, DockerInit.sh, and GitHub Actions release workflow (release.yml).
Xray-core v26.3.27 - v26.9.9 Feature Alignment:
Finalmask Obfuscation Engine: Full panel support for Finalmask TCP & UDP masks including udpHop (ports, interval), Sudoku (ascii, paddingMin/Max), fragment (length, interval), noise, header-custom, and salamander in both inbound and outbound form models.
mKCP TTI Extension: Expanded mKCP Transmission Time Interval (TTI) max range from 100 ms up to 5000 ms for XDNS and high-latency connections.
REALITY Security Hints: Added real-time security warning alert on REALITY configuration forms for non-443 target ports or Apple/iCloud SNI domains.
VLESS Post-Quantum Encryption (VLESS ENC): Refined GetNewVlessEnc() in server.go to support ML-KEM-768 (Post-Quantum) and X25519 keypair generation, added selection UI in vless.html, and updated subscription URL generation in inbound.js.
Routing Rules Enhancement: Added localIP and localPort inputs to xray_rule_modal.html alongside vlessRoute and sourceIP.
Docker Infrastructure Modernization: Upgraded Docker base image to Debian Bookworm (debian:bookworm-slim), migrating package management from apk to apt-get for improved stability and glibc binary compatibility.
VLESS Link Generation Fix: Resolved ReferenceError: settings is not defined bug in genVLESSLink() in inbound.js.
Xray Release Fetching: Fixed GetXrayVersions() in server.go by sending User-Agent: tx-ui/1.0 header and using full stream reader to prevent truncated JSON response syntax errors from GitHub API.