[3.10.7] - 2026-04-01
Changed
- nginx stream idle timeout — increased
proxy_timeoutfrom 10m (default) to 30m so idle VPN sessions aren't killed prematurely. Addedproxy_socket_keepaliveto keep relay→exit TCP connections alive through NATs/firewalls. - XHTTP upstream keepalive — XHTTP sub-requests now reuse TCP connections to Xray via an upstream keepalive pool (
keepalive 32) instead of opening a new connection per request. Reduces latency, especially inpacket-upmode and through relay nodes.