[3.10.8] - 2026-04-01
Changed
- Disable Xray logs on deploy — new
DisableXrayLogsstep patches the Xray config template to setaccess="none"anderror="none". Runs on every deploy (idempotent), so existing servers get logs disabled on re-deploy.
Fixed
- Probe SNI consistency false positive — the check tested 3 different unknown SNIs which get TCP-proxied to the Reality dest; the dest CDN returns different certs for different SNIs (expected behavior). Now tests the same SNI repeatedly to verify deterministic routing.