- Refactor HTTP/1.1, HTTP/2 and HTTP/3 CONNECT outbound.
- Experimental TrustTunnel support. 1 ICMP echo over TCP is not implemented and will not be implemented.
- Update mieru to 3.27.0.
- Ignore invalid entries in geosite data files. 2
- Bug fixes.
Known issue: quic-go/quic-go#5543
TrustTunnel is in fact a proxy protocol, rather than a so-called "VPN protocol" as its developer claims. For TCP, it is a standard HTTP/2 or HTTP/3 CONNECT tunnel. For UDP (and ICMP echo), it uses a private UDP (and ICMP echo) over TCP magic address protocol. ↩
Xray creates chaos by ignoring invalid entries in geosite data files and pretending that it is running flawlessly. As a result, projects like runetfreedom/russia-v2ray-rules-dat added hundreds of invalid entries and broke the compatibility with other software. ↩
Footnotes