ihtc/internal
Kreato 50521e8dbd
feat: add DPI bypass for DTLS records in CONNECT tunnels
Previously, HandleClientHello rejected non-TLS (non-0x16) and DTLS records,
causing Discord voice chat CONNECT tunnels to be silently dropped.

- Non-TLS data: written through unchanged (passthrough)
- DTLS records (version 0xFE): parsed with full 13-byte header, fragmented
  with the same split/write logic used for TLS ClientHello

Fixes Discord voice 'DTLS connecting' stuck state behind ihtc proxy.
2026-06-01 22:15:58 +03:00
..
log fix: wire Level type into logger API 2026-06-01 00:20:00 +03:00
obfuscate feat: add DPI bypass for DTLS records in CONNECT tunnels 2026-06-01 22:15:58 +03:00
platform feat: auto proxy configuration support (--auto-proxy flag) 2026-06-01 01:16:51 +03:00
proxy fix: make TestBadGateway correct on all platforms 2026-06-01 21:50:17 +03:00