Skip to content

TUIC v5

TUIC is another proxy protocol over QUIC, with low latency and multiplexing: a good spare UDP line next to Hysteria2.

TransportUDP (QUIC)
Coressing-box, mihomo
Domain and certificatea certificate is needed; a self-signed one works
Common clientssing-box, Clash Verge Rev, NekoBox

From the menu

  • sing-box: main menu 24 (Nodes)10 (TUIC)
  • mihomo: main menu 3410

The menu can generate a self-signed certificate for you.

sing-box TUIC node menu

From the command line

bash
psm node add sing-box tuic --tag my-tuic --port 9443 \
  --sni hk.example.com \
  --cert-path /etc/psm/certs/hk.crt --key-path /etc/psm/certs/hk.key
OptionMeaning
--uuid, --passwordTUIC credentials; generated when left out
--congestion-control bbr|cubic|new_renocongestion control algorithm
--insecure 1for a self-signed certificate
--ech trueadd ECH

TUIC runs over UDP: allow this UDP port in your cloud provider's security group.

Export for clients

bash
psm node export sing-box tuic my-tuic

TUIC share link

Released under the AGPL-3.0 license · For lawful use only; follow the laws where you live