Skip to content

v2.8.0 — UTProto FakeTLS

Choose a tag to compare

@twilgate twilgate released this 12 Apr 22:09

What's New

UTProto — FakeTLS Transport for DPI Bypass

Custom MTProto-derived transport protocol that mimics TLS handshake patterns, making VPN traffic invisible to Deep Packet Inspection.

  • transport/utproto/ — pure Go implementation (FakeTLS + obfuscated2)
  • protocol/utproto/ — sing-box outbound adapter
  • URI scheme: utproto://SECRET@HOST:PORT?tls_domain=DOMAIN&vless_uuid=UUID&vless_port=PORT#Name
  • Chains with VLESS for encrypted tunneling through restrictive networks
  • Tested on Russian ISPs with TSPU (Beeline, MTS, Megafon, Rostelecom)

Changes

  • Added UTProto outbound type to sing-box registry
  • Updated README with UTProto documentation