mirror of
https://github.com/lkddi/Xboard.git
synced 2026-08-02 06:34:41 +08:00
- Only add HTTP transport when network_settings.header.type is not 'none' - Use pure TCP (null transport) when header type is 'none' or unset - Align with General protocol implementation and VMess specification This prevents unnecessary HTTP transport layer when using pure TCP.